Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 812 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 812 Bytes

Stories in Ready

dashy-management-console

Prerequisites

  1. Node.js
  2. Install all npm dependencies npm install, will automatically install all bower dependencies

Dev

npm start will start a webserver and watch the file for changes refreshing the page at localhost:9000.

Build

npm run-script build and you'll find the production code in dist/.

Test

npm test to run the tests.

Deploy on GitHub Pages

npm run-script deploy will push the production code from dist/ to gh-pages branch.

Credits