Skip to content

datahub/great-lakes-pipeline-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-starter

This webpack starter kit will

  • Parse SASS styles into styles.css
  • Lint all js files to Airbnb standards
  • Convert es2015 to es5 using babel
  • Compile templates using Mustache
  • Load json files in as objects
  • Compress and optimize images in production
  • Minify js files in production

Getting started.

npm install

Work in the src folder. Then run a webserver and open the app.

npm start

Then, when ready, build the app for production and copy the files in the dist folder.

npm run build

About

Oil & Water: Introduction to the Great Lakes pipeline project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published