shane13hsi / ehr-seed

Seed project with Gulp, Webpack, React (+hot push) and Karma (Mocha + Chai)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp React Karma Less

To start do a clone of this repo and type in your terminal:

npm install

gulp dev

Then 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 tdd

To run tests just once you can use:

gulp test

To build for production run:

gulp product

About

Seed project with Gulp, Webpack, React (+hot push) and Karma (Mocha + Chai)


Languages

Language:JavaScript 97.1%Language:HTML 2.9%