https://github.com/lex043/ems-e-commerce
https://github.com/lex043/ems-e-commerce
reactjs tailwindcss
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lex043/ems-e-commerce
- Owner: Lex043
- Created: 2022-08-03T11:43:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T22:30:48.000Z (about 3 years ago)
- Last Synced: 2025-07-12T01:06:33.849Z (11 months ago)
- Topics: reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://ems-e-commerce.vercel.app
- Size: 5.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project setup
### Install dependencies
```sh
yarn install
```
### Serve in dev mode, with hot reload at localhost:5173
```sh
yarn dev
```
### Builds for production
```sh
yarn build
```