Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 318 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 318 Bytes

Webpack React Preact

A React-in-development/Preact-in-production Build Using Webpack.

Clone

git clone https://github.com/matthewstewart/webpack-react-preact.git
cd webpack-react-preact

Install

npm install

Development Server

npm run start

Production Build

npm run build