Start your multi step form with react-redux-form and boilerplate in second with this setup
- Make sure that you have Node.js v8.10 and npm v5 or above installed.
- Clone this repo using
git clone https://github.com/niraimathidrupal/multistep-react-redux-form.git <YOUR_PROJECT_NAME>
- Move to the appropriate directory:
cd <YOUR_PROJECT_NAME>
. - Run
npm run setup
in order to install dependencies and clean the git repo.
At this point you can runnpm start
to see the example app athttp://localhost:3000
. - Run
npm run clean
to delete the example app.