Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
/ deno-sample-vscode Public archive

A Deno sample project written with Typescript for VSCode users

License

Notifications You must be signed in to change notification settings

phoihos/deno-sample-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project is deprecated. Please use the Visual Studio Code Deno extension

deno-sample-vscode

Clone and run for a quick way to see Deno in action.

This is a Deno sample application based on the Deno Manual.

Use this app along with the doc.deno.land for API to help you get started.

You can learn more about Deno within the Deno Official Website.

Getting Started

  1. Make sure you're running the latest version of VS Code.
  2. To clone and run this repository you'll need Git and Deno installed on your computer. From your command line:
    # Clone this repository
    git clone https://github.com/phoihos/deno-sample-vscode.git
    # Go into the repository directory
    cd deno-sample-vscode
    # Run VS Code on the repository directory
    code .

Note: If you're using Linux Bash for Windows, see this guide or use deno from the command prompt.

Debugging

  1. Go to the Run view and select 'Run Sample App' or press F5 key to start debugging.
  2. Set breakpoints in any of the files.

License

CC0 1.0 (Public Domain)

About

A Deno sample project written with Typescript for VSCode users

Topics

Resources

License

Stars

Watchers

Forks