Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 912 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 912 Bytes

Deno-Sample-App

A secure runtime for JavaScript and TypeScript

  • Typesafe
  • It's built on top of V8 and RUST

Setup deno

Using Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh

Or using PowerShell:
iwr https://deno.land/x/install/install.ps1 -useb | iex

Using Homebrew (mac or Linux):
brew install deno

For more info: about installation

How to Run:

Clone this Repo: https://github.com/vbanurag/deno-sample-app

Run this Project deno -A mod.ts

Verify the deployment by navigating to your server address in your preferred browser.

127.0.0.1:8080

License

MIT

Free Software, Hell Yeah!