hbrooks3 / bph-front-end

Workout plan creator
https://badger-powerlifting-hub.web.app/
0 stars 2 forks source link

This project was bootstrapped with Create React App.

Assumptions

To Run The Application

  1. Start the backend server.
  2. Navigate to the project directory.
  3. Confirm that the proxy field in package.json lists the port the backend is running on. For example "proxy": "http://localhost:5000"
  4. Run npm install to install the needed packages.
  5. Run npm start to run the application.

Testing

  1. Navigate to the project directory.
  2. Run npm install to install the needed packages.
  3. Run npm test to test the application.