Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/`