Deno 🦕
This repo has the purpose to look into deno
and make some examples with it. The examples were done in Typescript (but you can use javascript
too) and are placed in examples folder. Before execute the code you'll need to install deno
.
Installation
Deno ships as a single executable with no dependencies.
- Shell (Mac, Linux):
curl -fsSL https://deno.land/x/install/install.sh | sh
Check the deno's manual here. Or the specific installation instructions here.
deno
in your linux machine make sure you add the necessary environment variables in your .bash_profile
. After adding your variables check your deno
version with deno --version
Usage
Go to folder /examples
and select the folder that you want (A lower number indicates less complexity). Inside the folder write deno run index.ts
.
License
This work has been licensed under MIT. See file LICENSE for details.
Authored and maintained by Adrián Aguado. Copyright © 2020.
For any inquiries, you can contact me on Twitter.