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
- Host: GitHub
- URL: https://github.com/snippet-labs/client-aashis
- Owner: snippet-labs
- Created: 2025-04-17T16:34:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T06:21:42.000Z (about 1 year ago)
- Last Synced: 2025-05-25T07:28:40.025Z (about 1 year ago)
- Topics: client-project, e-coomerce, fullstack
- Language: TypeScript
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[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