Skip to content

navinprasadk/LifeExpectancy

Repository files navigation

Data Munging Tool

It shows the Life Expectancy of Male, Female and also Birth Rate, Death Rate in charts

Supports

  • eslint
  • Mocha
  • Chai
  • Recommended folder structure for a JS project

How to start running

Run these commands

Install the required dependencies

$ npm install

Install mocha globally for TDD/BDD

$ sudo npm install mocha -g

Install gulp globally

$ sudo npm install gulp -g

To build the app

$ npm run build

To run the app

$ npm run execute

Releases

No releases published

Packages

No packages published