Skip to content

Datawheel/datachile-coming-soon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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