###Tutorial: React.js Controlled Form Components
This repo is the companion to my blog post, React.js Controlled Form Components.
To get started:
- Make sure you're using Node 6 or higher (4 and higher will work, though)
npm install create-react-app -g
(if you don't have it installed already)npm install
npm run start
- Open http://localhost:3000/ in your browser