This is a basic demo, demonstrating a 2-step form.
Live Demo: https://miradx-demo.web.app/
Component Library: https://miradx-demo-storybook.web.app/
This is a React 18 project bootstrapped with vite.
First, install dependencies:
npm installNext, run the development server:
npm run devOpen http://localhost:5173 with your browser to see the result.
You can start editing the page by modifying src/app/pages/HomePage. The page auto-updates as you edit the file.
The Route for this page is defined by src/app/index.ts.
To run the storybook dev server:
npm run storybookTo generate a static build that can be independently deployed:
npm run storybook:buildTo run the linter:
npm run lintTo run tests once:
npm testTo run test watcher:
npm run test:watchTo run coverage report:
npm run test:coverageA full list of commands can be found in the package.json
