stevens-ducks
May 19, 2022 ยท View on GitHub
Stevens Ducks Frisbee
How to Setup
- Make sure you're in the root folder of the project
- Run
npm run install-all. This will install all dependencies on the server and client. - Do something else for a bit while you wait for all the dependencies to install.
How to Start Project
- Run
npm run dev. This will concurrently run the server and the client. - The local app will be on
localhost:3000. - All API calls made to the server will be on the route
localhost:8000/api.