We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
After installing dependencies you can build using npm run build-client ./www folder will have all of the built production application files
npm run build-client
./www
Run the following command to launch the project in a live-reloading development server:
npm run serve-client
Running express & socket-io backend
npm run serve-backend