Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 742 Bytes

File metadata and controls

33 lines (23 loc) · 742 Bytes

SmartTour

Prerequest
  • bower
    npm install -g bower
  • gulp
    npm install -g gulp
Setup development environment
  1. Checkout codebase from github
  2. Go to the project root directory
  3. Install node packages and bower components
    npm install
    bower install
  4. Install gulp in your project devDependencies
    npm install --save-dev gulp

reference the documentation for making style

Run gulp
  1. Run gulp to work on devolopment.
    gulp serve
  2. Run gulp to test
    gulp test
  3. Run gulp to build
    gulp build
    check dist folder