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 build a production version of the app that can be deployed:
npm run buildTo run the linter:
npm run lintTo run the formatter:
npm run formatTo 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