/deno-sample-vscode

A Deno sample project written with Typescript for VSCode users

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

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)