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
- Host: GitHub
- URL: https://github.com/andremarquesdev/webpackboilerplate
- Owner: AndreMarquesDev
- License: mit
- Created: 2019-01-29T01:19:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T13:54:50.000Z (almost 6 years ago)
- Last Synced: 2024-12-26T11:09:30.614Z (over 1 year ago)
- Language: CSS
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```