Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibahaari/shab-sample-task
https://github.com/alibahaari/shab-sample-task
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alibahaari/shab-sample-task
- Owner: AliBahaari
- Created: 2024-01-20T22:54:02.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-20T23:01:12.000Z (10 months ago)
- Last Synced: 2024-01-21T23:42:38.048Z (10 months ago)
- Language: TypeScript
- Homepage: https://shab-sample-task.vercel.app
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```