Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rumenpetrov/try-deno
Test Deno features
https://github.com/rumenpetrov/try-deno
Last synced: 22 days 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T09:18:18.000Z (about 2 months ago)
- Last Synced: 2024-11-25T10:27:35.188Z (about 2 months ago)
- Language: TypeScript
- Size: 40 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/`