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

https://github.com/snippet-labs/client-aashis

A full-stack e-commerce clothing website : https://shorturl.at/fNMTB
https://github.com/snippet-labs/client-aashis

client-project e-coomerce fullstack

Last synced: about 1 year ago
JSON representation

A full-stack e-commerce clothing website : https://shorturl.at/fNMTB

Awesome Lists containing this project

README

          


underdevelopment-logo

[CLIENT] AASHI'S


##### FRONTEND FOLDER DIRECTION

git clone the repository

```bash
git clone git@github.com:snippet-labs/SNIPPETLABS.git
```

Install all the pre-set dependencies

```bash
bun install
```

or

```bash
npm install
```

Navigate to the local repository

```bash
cd ./ < your cloned local-repository >
```

```bash
cd client/
```

Run the frontend server for development

```bash
bun run dev
```

or

```bash
npm run dev
```


##### TEAM SNIPPETS