Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 475 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 475 Bytes

Datachile Landing page

Based on Yeoman webapp generator

  • Development

    • Install: npm install & bower install
    • Run gulp serve to preview and watch for changes
    • Run bower install --save <package> to install frontend dependencies
  • Build

    • Install: npm install & bower install
    • Run gulp to build your webapp for production on dist folder
    • Run gulp serve:dist to preview the production build