Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ikechukwu-peter/cella

An Ecommerce
https://github.com/ikechukwu-peter/cella

Last synced: 15 days ago
JSON representation

An Ecommerce

Awesome Lists containing this project

README

        

Cella

## Description

Cella an e-commerce application

## Installation

```bash
$ yarn install
```

## Running the app

```bash
# development
$ yarn dev

# build
$ yarn build

# preview
$ yarn preview
```

## Test

```bash
# unit tests
$ yarn run test

```