To run this project locally, first clone the repository locally and then run the following command:
npm install
After running the above command to install the node modules, in order to run the app locally on your development server, run the following command:
npm start
To test and see how the app performs for production, run:
npm run build