This project is an e-commerce application built with Reac.
The technologies used in this project include:
- Vite
- React
- Typescript
- NextUI
- Tailwind
To install the dependencies, run the following command:
npm install
or
npm i
To start the project, use the following command:
npm run dev
To lint a file, use the following command:
npx @biomejs/biome lint <file>
To format files using the linter, run:
npx @biomejs/biome format <files> --write
For an enhanced development experience, it's recommended to install the plugin for Biome.
npm install @biomejs/plugin
Feel free to reach out if you have any questions or encounter any issues. Happy coding!