Visual Analytics Tool to analyze news articles
$ npm install gulp -g
Install all dependencies.
$ npm install
Builds the application and starts a webserver with livereload. By default the webserver starts at port 3000.
$ npm start
Javascript entry file: app/scripts/app.js
CSS entry file: app/css/main.css
Builds a minified version of the application in the dist folder.
$ npm run-script build