Refer to https://nodejs.org/en/ to install nodejs
Clone the project into local
Go into the project folder and type the following command to install all npm packages and dependencies
npm install
In order to run the application Type the following command
npm start
Runs the application in the development mode.
Open localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.