Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 876 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 876 Bytes

🍲 React App

In addition to individual recipes for feature implementation, it's often useful for folks at many levels of experience to see a framework wired up and functional with the plugin. This recipe combines a simple "Hello World" style React application with html-webpack-plugin, react-hot-loader and webpack-plugin-serve. This project also has initial setup for fonts, images and css.

This recipe leverages webpack-nano, a very tiny, very clean webpack CLI.

Meta

This recipe was heavily inspired by https://github.com/gaearon/react-hot-loader/tree/master/examples/webpack-modern and some modifications made based on experience and personal preference. The original is licensed under MIT.