Skip to content

danvoyce/data_viz_test

Repository files navigation

Data viz demo - Patients activity visualisation

Requirements

List of requirements used in the project and installation instructions when necessary.

  • node v6.2.x
  • eslint, babel-eslint and eslint-plugin-react node modules installed globally

Installation on Mac OS X

npm i

Run the project

npm run serve

Then you just have to open http://lvh.me:8080/

Tests

npm test

If you want the test to run everytime you modify a file:

npm run test:watch

Commands

  • npm run build: Build the project. report details.
  • npm run lint: Lint the project and look for syntax and coding style errors.
  • npm run serve: Start the Webpack development server.
  • npm run test: Run the tests.
  • npm run test:watch: Run the tests after each file modification.
  • npm run test:coverage: Get the project code coverage. Open .coverage/lcov-report/index.html in your browser to get the full coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published