biswajyoti2607 / Temporal-Path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 64.7%Language:Python 26.5%Language:HTML 5.3%Language:CSS 3.6%