Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 650 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 650 Bytes

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