Skip to content

Playground and examples for ry/deno using maxmcd/deno-docker

License

Notifications You must be signed in to change notification settings

beeman/deno-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-examples

Playground and examples for deno using maxmcd/deno-docker

PR's only

The issues have been disabled, only PR's are accepted :)

Requirements

  • Docker
  • It's only tested on a Mac. YMMV on other OS'es, patches welcome.

Run using Docker

You can run this container from the Docker registry and mount your local sources to /apps in the image.

cd path/to/your/scripts
docker run -it --rm -v $(pwd):/apps beeman:deno-examples bash

Building the image

git clone https://github.com/beeman/deno-examples
cd deno-examples
make build && make run

Running apps

You can now run the code from the apps folder:

deno ./hello-world.ts 
deno ./calc-test.ts

MIT License