- You need to be using Chrome version 42
- nodejs (for npm package manager)
-
Install the required NPM modules for building the project:
npm install
-
Install gulp globally
npm install gulp -g
gulp js
This command just concatenates dependencies with the boxcar API file and minifies it into the 'sample/script' folder.
Setup your web server to serve the 'sample' directory. Just browse the index page and follow the instructions shown there.