Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.