Skip to content
/ deno-sample-app Public template

This is sample app for setup the deno server and create REST API using KOA based oak for deno

Notifications You must be signed in to change notification settings

vbanurag/deno-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

This is sample app for setup the deno server and create REST API using KOA based oak for deno

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published