Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wonderfulfrog/webpack-boilerplate
A template for a React & Webpack project.
https://github.com/wonderfulfrog/webpack-boilerplate
Last synced: 27 days ago
JSON representation
A template for a React & Webpack project.
- Host: GitHub
- URL: https://github.com/wonderfulfrog/webpack-boilerplate
- Owner: wonderfulfrog
- Created: 2020-11-16T22:14:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-16T23:11:17.000Z (about 4 years ago)
- Last Synced: 2024-11-01T20:26:44.071Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-boilerplate
A template for a React & Webpack project.
## Instructions
* Run `yarn dev` / `npm run dev` to start the development server.
* Run `yarn build` / `npm run build` to build production files.## Packages
* `html-webpack-plugin`
Generates the HTML files needed to serve the webpack bundles.
* `clean-webpack-plugin`
Removes any unused assets.
* `webpack-merge`
Merges webpack config files together.