Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 434 Bytes

Minimal Typescript + React + Webpack2 with Hot Module Reloading site

yarn install

yarn start

Building for production

webpack --config webpack.prod.config.js

You probably want to change react + react-dom to be webpack externals so they don't get built in too. You also probably want to add uglify to the build process.