Development of this project is done in Jetbrains Webstorm with Node.js LTS
Navigate to the client
folder.
Open a command prompt and run npm install
Navigate to the server
folder.
Open a command prompt and run npm install
Run npm start
for a dev server. Navigate to http://localhost:3000
. The app will automatically reload if you change any of the source files.
Run npm run production
for a production server. Then navigate to http://localhost:3000
.
Run npm run production-linux
for a linux ready production server. Then navigate to http://localhost:3000