https://github.com/jiawei397/deno_nest_template
The template for deno_nest framework
https://github.com/jiawei397/deno_nest_template
Last synced: about 1 month ago
JSON representation
The template for deno_nest framework
- Host: GitHub
- URL: https://github.com/jiawei397/deno_nest_template
- Owner: jiawei397
- Created: 2023-10-16T03:07:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T10:22:39.000Z (7 months ago)
- Last Synced: 2024-12-08T08:10:32.621Z (5 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deno_nest_template
[](https://github.com/denoland/deno)
A progressive Deno framework for building efficient and scalable server-side
applications, which Implemented the basic API of NestJS.## Description
[deno_nest](https://nests.deno.dev/en-US) framework TypeScript starter
repository.## Running the app
```bash
# development with watch mode
$ deno task dev# development
$ deno task start
```