Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alibahaari/shab-sample-task


https://github.com/alibahaari/shab-sample-task

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Shab Sample Task
This sample project has been implemented according to **Shab** company interview task.

## Demo
You can check it out: [Demo](https://shab-sample-task.vercel.app)

## Running
Run the command below:
```bash
npm run dev
```

For production, run:
```bash
npm run build && npm run start
```