This is the companion repository for an article on Processing Forms in React.
You can test the form at https://react-form.herokuapp.com.
git clone https://github.com/Lullabot/react_form.git
cd react_form
npm install
grunt
node server.js
# Then, open http://localhost:3000 in the browser.