Simple multiplayer ping-pong game written in CoffeeScript, LESS and Jade.
Demo: https://pong-js.herokuapp.com/
First of all you need to install all Node JS project dependencies.
$ npm installTo build the project we are using grunt.
You can build in debug mode by simply writing:
$ grunt devOr you can build directly in production mode using:
$ grunt distIf you don't have grunt installed, you can install it globally (In most cases you need to run this as root)
$ sudo npm install grunt-cli -gTo run the server, just type:
$ npm start