- /docs folder contains the docs
- /test folder contains the tests
- npm run test
- React client runs on port 3000
- Server runs on port 8080
- In one terminal / cmd run server
npm run dev
- In another terminal / cmd run client
npm run client
npm run build:windows
npm run build:linux
- Build the project
- npm run build
- Deploy!