https://github.com/talljack/arcblock-test-backend
ArcBlock coding test backend
https://github.com/talljack/arcblock-test-backend
Last synced: about 1 year ago
JSON representation
ArcBlock coding test backend
- Host: GitHub
- URL: https://github.com/talljack/arcblock-test-backend
- Owner: Talljack
- License: mit
- Created: 2024-04-23T14:35:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T14:45:45.000Z (about 2 years ago)
- Last Synced: 2025-01-21T04:16:41.152Z (over 1 year ago)
- Language: TypeScript
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To install dependencies:
```sh
bun install
```
To run:
```sh
bun run dev
```
open http://localhost:3000