Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 334 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 334 Bytes

Multi Page Wizard Form Example

To run locally

npm install
npm start

Then open http://localhost:3030/.

  • Troubleshooting:
    • Install NVM
    • Switch to Node.js version specified in file .nvmrc and install dependencies:
       nvm use
       npm install