unbroken-doc-wiki
v0.1.17
Published
Unbroken-doc wiki 渲染器
Readme
Gulp React Karma Less
To start do a clone of this repo and type in your terminal:
npm install
gulp serverThis will start webpack development server with hot code reload for React components and LESS styles.
To run tests continuously (TDD) type in:
gulp tddTo run tests just once you can use:
gulp testTo build for production run:
gulp build