webpack-seed
v2.0.0
Published
Vanilla JS ES6 (ES2015) seed. Bootstrapped with sass and a standard linter. Add what you need!
Readme
Webpack ES6 Seed
Simple webpack boilerplate for ES2015, scss. Ships with a standard JavaScript linter. Add what you need!
Installing
# Install dependencies
yarn install
# Run localhost:3000 with hot reload
yarn dev
# Build for production
yarn build