Available on Codesandbox
https://codesandbox.io/s/multi-steps-form-ubkws
How to run this app
npm run i
- Start the express server
npm run dev
- In another terminal, build the bundle file
npm run webpack
- Visit
http://localhost:5000
- To run tests
npm test