/ch-ui

WIP

Primary LanguageJavaScriptApache License 2.0Apache-2.0

WIP

From: https://github.com/Granze/react-starterify

Use: node 4.1.x

Usage

Install the dependencies:

npm install bower install

cp src/settings.json.example src/settings.json

Test:

npm run test

Development mode with livereload:

gulp watch

When you are done, create a production ready version of the JS bundle:

gulp build