Refer to https://nodejs.org/en/ to install nodejs - Please choose NodeJS version between 12.19.0 and <=14.18.1
Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app
npm install -g create-react-app
Unzip the project. Open the terminal app and go to the root of the project.
Install all the npm packages. Go into the project folder and type the following command to install all npm packages
npm install
In order to run the application Type the following command
npm start
Builds the app for production to the build folder
npm run build
The Application Runs on http://localhost:3000