This project was bootstrapped with Create React App.
Assumptions
- Node.js is installed
- npm is installed
To Run The Application
- Start the backend server.
- Navigate to the project directory.
- Confirm that the proxy field in package.json lists the port the backend is running on.
For example
"proxy": "http://localhost:5000"
- Run
npm install
to install the needed packages.
- Run
npm start
to run the application.
Testing
- Navigate to the project directory.
- Run
npm install
to install the needed packages.
- Run
npm test
to test the application.