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

https://github.com/andremarquesdev/webpackboilerplate

Webpack based starter kit boilerplate for a new project
https://github.com/andremarquesdev/webpackboilerplate

Last synced: about 1 year ago
JSON representation

Webpack based starter kit boilerplate for a new project

Awesome Lists containing this project

README

          

# Webpack Boilerplate
Webpack based boilerplate for a new project

## About

### Features / Contents

Based on [Tris' boilerplate](https://github.com/tr1s/tris-webpack-boilerplate)
PWA ready

### Author

André Marques
[GitHub](https://github.com/AndreMarquesDev)
[CodePen](https://codepen.io/AndreMarquesDev)
[Twitter](https://twitter.com/BazingaCS)

### License

MIT

## Build Setup

```bash
# Install dependencies
npm i

# Run locally
npm start

# Build for production with minification
npm run build
```