pronevich / wps-issue-60

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍲 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.

About

License:MIT License


Languages

Language:JavaScript 99.2%Language:CSS 0.8%