https://github.com/rumenpetrov/try-deno
Test Deno features
https://github.com/rumenpetrov/try-deno
Last synced: about 1 month ago
JSON representation
Test Deno features
- Host: GitHub
- URL: https://github.com/rumenpetrov/try-deno
- Owner: rumenpetrov
- License: mit
- Created: 2024-11-20T12:22:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T15:32:56.000Z (over 1 year ago)
- Last Synced: 2025-04-03T05:23:52.116Z (11 months ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Try Deno
Test [Deno](https://deno.com/) features.
### Checklist
- Monorepo setup
- Centralized control (execute commands from the root of the project)
- Shared local packages
- React SPA - (package.json and deno.json variant)
- Tests
- Use [JSR](https://jsr.io/) package
- Use external/remote package
### Get started
- Run in dev mode
```sh
$ deno task root:dev
```
- Run in prod mode
```sh
$ deno task root:start
```
- Navigate to `http://localhost:3001/`