Install with
npm install
Start dev-server with:
npm start
Look at the dev-server on localhost:4000
On save the browser reloads automatically.
For continuous testing, run
npm run test:watch
Run $ npm run
to list available scripts.
Execute a script like: $ npm run <script-name>
Following scripts are currently available:
build
: Builds client and server js filesstart
: Starts serverlinkHooks
: Links git hookscheckStyle
: Checks code-style of coffeescript filestest
: Executes headless testsprepublish
: Prepares publication of project
We use Atom with following packages
apm install linter linter-coffeelint editorconfig