- Clone the repo locally into your PC either using SSH or HTTPS
- Navigate to the directory where the project is cloned and run the following terminal commands to install the required dependencies.
In the project directory, you can run:
The command installs Yarn globally on your system using npm (optional if yarn is already not installed).
It will clear Yarn's local cache of downloaded packages.
It will save all installed packages as dependencies by default. It will create a node modules folder containing all the third-party libraries and dependencies.
This command will help to run the react app locally. It starts the app main process.
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.
Your app is ready to be deployed!
See the section about deployment for more information.