Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mahmoudgalalz/dcommerce


https://github.com/mahmoudgalalz/dcommerce

Last synced: about 2 months ago
JSON representation

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

```