This is a learning project of the RSSchool platform. The application is an online store. The stack used:
- bundler - vite
- typescript
- tests - vitest
- sass/tailwindcss
- state manager - zustand
- eslint, prettier, husky
- Clone this repository
git clone https://github.com/webjsmaster/eCommerce_Application.git
- Install dependencies
yarn
- Start
yarn dev
- For identification of coding style issues and potential errors
yarn lint
- For fix errors
yarn lint:fix
- For checking issues of coding style
yarn ci:format
- For code formatting and ensuring uniform code style
yarn format
- For run tests
yarn test