Skip to content

Latest commit

 

History

History
 
 

test-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
cd webpack-blocks/test-app
npm install

Usage

To run the webpack dev server:

npm start

To create a production build:

npm run build