This project uses the Yarn package manager!
To get everything installed, you must type the following yarn commands:
- Run this command:
yarn
- After that command is complete, run this command:
yarn run client-install
- after this is complete, you can run this command to start the front-end server and the back-end server
yarn run dev
If you are on linux or mac, run this instead:
sudo yarn run dev