ehr-table
v0.0.6
Published
Simple table component
Readme
Gulp React Karma Less
To start do a clone of this repo and type in your terminal:
npm install
gulp devThen open the browser and type: localhost:8000. This will start webpack development server with hot code reload for React components.
To run tests continuously (TDD) type in:
gulp tddTo run tests just once you can use:
gulp testTo build for production run:
gulp product