Skip to content

Build & Run

OskHa edited this page Feb 13, 2017 · 1 revision

Build

After installing dependencies you can build using npm run build-client ./www folder will have all of the built production application files

Serve

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
Clone this wiki locally