Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 405 Bytes

React form example

This is the companion repository for an article on Processing Forms in React.

You can test the form at https://react-form.herokuapp.com.

Installation

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.