Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bdombro/brians-deno-rnd-libs-and-demos


https://github.com/bdombro/brians-deno-rnd-libs-and-demos

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Brians Deno R&D libs and demos

## Setup

- Install deno (brew or apt install deno)
- Install the VSCode extension called deno

## Running

Run any demo via `deno run `

## Development

- Run deno in `-watch` mode to auto-restart
- To debug in VSCode, edit debug.ts to point to the demo you're debugging