My implementation of a basic multi-step signup form using React
Clone the repo
$ git clone git@github.com:drewfranz/signup-form-code-challenge.git
Install the node dependencies
$ cd signup-form-code-challenge/signup-form && npm install
Start the local dev server
$ npm run start
You should be able to view the local version at http://localhost:3000/signup-form-code-challenge