Project Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
The package manager of choice for this project is . In order to install dependencies for the client and server, run the following command from the root of the repo
Note: You can also use as your package manager, in which case you could just run npm run setup:local.
The instructions in this documentation will use yarn commands, and while they are usually interchangeable, consult this if you are adamant about using npm.
Start the app with the start script. This will start both the client and the server simultaneously. The client runs on localhost:3000
while the server runs on localhost:3001
. Subsequent services will use the proper ports.