8000 GitHub - microsoft/vscode-samples: VS Code Samples
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

microsoft/vscode-samples

Repository files navigation

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

About

VS Code Samples

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0