BTI360 JavaScript Lab http://bti360.github.io/jslab
- Install npm
- npm install -g gulp phantomjs karma
- npm install
Note: If you get permission errors, follow this guide to repair npm permissions.
- Run
gulp server:watch
in your project root directory (the watch command will autoload updates) - Open your browser to http://localhost:8080
Use gulp to build, test, etc. the app.