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 setupin order to install dependencies and clean the git repo.
At this point you can runnpm startto see the example app athttp://localhost:3000. - Run
npm run cleanto delete the example app.
