- Semantic HTML5 markup
- SASS
- CSS Flexbox, Grid
- TypeScript
- Vitest + React Testing Library
- Cypress E2E
- Prettier
- ESLint
- React
- Vite
In the project directory, you can run:
-
npm install
Install the project dependencies. -
npm run dev
Runs the app in the development mode. With Vite the default port is 5173.
Open http://localhost:5173/ to view it in the browser.
The page will reload if you make edits. -
npm run lint
Uses ESLint to analyze code and find problems. -
npm run test
Launches the Vitest test runner and runs all tests. -
npm run cypress:open
Launches the Cypress Launchpad window. -
npm run cypress:e2e
Runs all the e2e tests. -
npm run build
Builds the app for production to thedist
folder. -
npm run preview
You can preview the builded production version.