Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 457 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 457 Bytes

webpack-blocks - Test app

A very basic React app featuring Babel and HMR. Performs all the nifty optimizations on the production build. Check out how clean a webpack config can look like.

Installation

git clone https://github.com/andywer/webpack-blocks.git
yarn install
cd packages/sample-app

Usage

To run the webpack dev server:

yarn start

To create a production build:

yarn build