vscode-samples

VS Code Samples

  • Owner: microsoft/vscode-samples
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

vscode-samples

This repository contains sample applications customized for Visual Studio Code. Each sample is a self contained workspace with configuration files specific to that folder.

These examples use gulp. If you don't already have this installed globally then you can install with the following command:

npm install -g gulp

Next, cd into the sample directory, run npm install to install any necessary dependencies, and then start code:

JavaScript

cd node-express-javascript
npm install
code .

TypeScript

cd node-express-typescript
npm install
code .

To run the sample application, press F5 to start the server under the debugger and then browse to http://localhost:3000.

License

MIT

Overview

Name With Ownermicrosoft/vscode-samples
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 4)
Platform
License:Other
Release Count0
Created At2015-09-24 23:33:08
Pushed At2017-11-08 18:59:39
Last Commit At2017-11-08 11:59:39
Stargazers Count159
Watchers Count44
Fork Count100
Commits Count32
Has Issues Enabled
Issues Count7
Issue Open Count0
Pull Requests Count4
Pull Requests Open Count1
Pull Requests Close Count0
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top