We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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