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

https://github.com/resir014/deno-quickstart

Get started writing Deno modules in seconds.
https://github.com/resir014/deno-quickstart

deno starter-kit typescript

Last synced: about 1 month ago
JSON representation

Get started writing Deno modules in seconds.

Awesome Lists containing this project

README

          

# deno-quickstart

> Get started writing [Deno](https://deno.land/) modules in seconds.

## Prerequisites

You will need:

- [Deno](https://deno.land/) (v1.0.0+)

If developing on [VSCode](https://code.visualstudio.com/), you will need these extensions.

- [VSCode Deno extension](https://marketplace.visualstudio.com/items?itemName=axetroy.vscode-deno)

## Running locally

```bash
$ deno run --config tsconfig.json mod.ts
```