https://github.com/hebilicious/vision-direct
https://github.com/hebilicious/vision-direct
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hebilicious/vision-direct
- Owner: Hebilicious
- Created: 2020-08-04T16:24:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T05:47:31.000Z (over 2 years ago)
- Last Synced: 2025-02-23T09:29:27.892Z (over 1 year ago)
- Language: TypeScript
- Size: 72.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
Start the backend server :
```bash
cd backend
yarn dev
```
In another terminal, start the frontend server :
```bash
cd frontend
yarn dev
```
The frontend will automatically query the backend on page load.