- Run
npm install -dto install important dependencies. - Run
bower installto install all external dependencies.
Note: might have to run with sudo command.
- Run
grunt checkjsto perform jshint for every.jsfile in theclient/folder. - Run
grunt makejsto concat every.jsfile in theclient/folder and minify it. The output will go toclient/js/dest/output.min.js. - Or just run the default
grunttask to run all the tasks.
- Run
./start-client.batto start simpleHTTPserver on port 8000. - Run
./start-server.batto start socket.io on port 8080.