Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Latest commit

 

History

History
41 lines (32 loc) · 950 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 950 Bytes

iGraph - Project B - Group 4

Edit plots using natural language

Build Status Demo

Requirements

Installation

Install the dependencies and devDependencies and start the server.

$ cd JS18_ProjectB_Group4
$ npm install
$ npm start

Visit http://localhost:3000 in the browser.

Dev Dependencies

Dependency Readme
Chai https://github.com/chaijs/chai/README.md
Mocha https://github.com/chaijs/chai/README.md
Eslint https://github.com/eslint/eslintREADME.md

ESlint

To run eslint on all js files, run

$ npm run lint

Testing

For unit tests, simply run

$ npm run test