Skip to content

bti360/jslab

Repository files navigation

jslab

JS Lab

BTI360 JavaScript Lab http://bti360.github.io/jslab

Installation

  1. Install npm
  2. npm install -g gulp phantomjs karma
  3. npm install

Note: If you get permission errors, follow this guide to repair npm permissions.

Running the Project

  1. Run gulp server:watch in your project root directory (the watch command will autoload updates)
  2. Open your browser to http://localhost:8080

Use gulp to build, test, etc. the app.