https://github.com/willtpwise/webpack-seed
Vanilla JS ES6 (ES2015) seed. Bootstrapped with sass and a standard linter. Add what you need!
https://github.com/willtpwise/webpack-seed
Last synced: 23 days ago
JSON representation
Vanilla JS ES6 (ES2015) seed. Bootstrapped with sass and a standard linter. Add what you need!
- Host: GitHub
- URL: https://github.com/willtpwise/webpack-seed
- Owner: willtpwise
- Created: 2017-07-21T08:49:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T23:18:33.000Z (almost 9 years ago)
- Last Synced: 2025-01-16T05:55:52.379Z (over 1 year ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```