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

https://github.com/pagoru/deno-template


https://github.com/pagoru/deno-template

deno typescript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Deno Template

---------
### Usage

#### Start the project:

```
deno task start
```

This will watch the project directory and restart as necessary.

#### Run tests:

```
deno task test
```
---------
### Webstorm types

Run:

```
yarn
```
Install the `Deno Plugin`.

Configure `Typescript` to run from the current `node_modules`.