1.0.0 • Published 7 years ago

trendency-react-lte v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

Trendency Admin UI

Installation

You need Node installed globally:

To install Node dependencies

$ npm install

To install bower components. The installed components will be in ./lib directory. Further settings in .bowerrc file

$ bower install

Start

$ npm start

The dev environment will be started at http://localhost:3000.

Publish

Need to run publish script before deploy.

Major version

$ gulp --major

Minor version

$ gulp --minor

Simple build

$ gulp

Testing

Dependencies

$ npm install -g quik mocha

after that

$ npm install