This repository contains sample applications customized for Visual Studio Code. Each sample is a self contained workspace with configuration files specific to that folder.
To get started, cd into the sample directory, run npm install to install any necessary dependencies, and then start code:
cd node-express-javascript
npm install
code .