Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahmoudgalalz/dcommerce
https://github.com/mahmoudgalalz/dcommerce
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahmoudgalalz/dcommerce
- Owner: Mahmoudgalalz
- Created: 2024-08-09T22:30:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T13:44:32.000Z (5 months ago)
- Last Synced: 2024-08-12T20:40:46.704Z (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```