https://github.com/codewithdpk/tsflow-backend
https://github.com/codewithdpk/tsflow-backend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithdpk/tsflow-backend
- Owner: codewithdpk
- Created: 2022-02-17T10:23:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T12:18:32.000Z (over 4 years ago)
- Last Synced: 2024-04-10T19:04:28.014Z (about 2 years ago)
- Language: TypeScript
- Size: 467 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Detection Backend
## Clone and Install
`cd tsflow-backend`
`npm install`
## Start server
`npm run start:dev`
## Linting before commit
`npm run lint -- --fix`