This project was bootstrapped with Create React App.
This project was set up with NodeJS 16.X. Recommended version is 16.X or higher.
- Check installed version: $ node --version
- If NodeJS is missing or installed version is incompatible, then:
- Check if NVM is installed $ nvm -- version
- If NVM is not installed:
- Uninstall existing NodeJS (if any present)
- Download and install NVM zip installer from: https://github.com/coreybutler/nvm-windows
- Install NodeJS using NVM: $ nvm install 12.22.0 $ nvm use 12.22.0
- Install dependecies with
npm installin the root project directory.
To start the application run npm start in the root project directory.
The appplication has been deployed in AWS and listens on port 3000. Find it here: http://34.220.165.194:3000/