Example thunderball application.
This client application was generated from the thunderball generator.
Install dependencies:
npm install
Start the application in development mode and setup a watch
task in order to live recompile when files change:
npm start
To run tests:
npm test