stevens-ducks

May 19, 2022 ยท View on GitHub

Stevens Ducks Frisbee

How to Setup

  1. Make sure you're in the root folder of the project
  2. Run npm run install-all. This will install all dependencies on the server and client.
  3. Do something else for a bit while you wait for all the dependencies to install.

How to Start Project

  1. Run npm run dev. This will concurrently run the server and the client.
  2. The local app will be on localhost:3000.
  3. All API calls made to the server will be on the route localhost:8000/api.