https://github.com/mahmoudgalalz/dcommerce
https://github.com/mahmoudgalalz/dcommerce
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahmoudgalalz/dcommerce
- Owner: Mahmoudgalalz
- Created: 2024-08-09T22:30:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T13:44:32.000Z (10 months ago)
- Last Synced: 2025-01-05T16:30:22.347Z (5 months ago)
- Language: TypeScript
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```bash
$ yarn install
# this will install both BE and FE dependancies
```## Running the BE
within the root directory```bash
# development
$ yarn workspace dbe start:dev```
## Running the FE
```bash
# development
$ yarn dev```