Frontend team repository for UpTalent project The UpTalent app that is a professional networking platform that also allows content creators to monetize their content.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- NodeJs (18.14.0 or higher)
- Clone this repository to your local machine using:
git clone https://github.com/Team-Alexander/frontend.git- Go to the project directory:
cd frontend- Install all dependencies, listed in
package.jsonby:
npm installIn the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\