A simple Hello World app written in React using JSX and ES5.

Install:

git clone git@github.com:captbaritone/react-hello-world-es5.git
cd react-hello-world
npm install

Build:

npm run build

Open the "web app":

open index.html

Have Webpack rebuild when you modify files:

npm run watch