Skip to content

biswajyoti2607/Temporal-Path

Repository files navigation

Temporal-Path

Visual Analytics Tool to analyze news articles

Requirements

$ npm install gulp -g

Installation

Install all dependencies.

$ npm install

Development

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

Build

Builds a minified version of the application in the dist folder.

$ npm run-script build