A bare minimum application written in ScaleJS 2.0.
This repository has been setup to run via command line with npm, or with vscode.
Also, jshint has been setup for linting.
- Install Node.js v6.x.x or above.
- Run
npm install
- Run
npm start
- Navigate to http://localhost:3000
- Open console to see Application Started
- Make sure to have Source Maps enabled in browser!