An open API service indexing awesome lists of open source software.

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!

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
```