Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 434 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 434 Bytes

frontend istanbul website

Getting Started

  • Install dependencies: npm install --global yo gulp-cli bower
  • Install the generator: npm install --global generator-webapp
  • Run bower install bower dependencies
  • Run gulp serve to preview and watch for changes
  • Run gulp serve:test to run the tests in the browser
  • Run gulp to build your webapp for production
  • Run gulp serve:dist to preview the production build