Skip to content

A simple Node.js project you can use to test out some of the VS Code Live Share extension functionality.

Notifications You must be signed in to change notification settings

thawkin3/vs-code-live-share-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS Code Live Share Demo

A simple Node.js project you can use to test out some of the VS Code Live Share extension functionality.

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/thawkin3/vs-code-live-share-demo.git
$ cd vs-code-live-share-demo
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create  # or `heroku create <app name>`
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation and Resources

About

A simple Node.js project you can use to test out some of the VS Code Live Share extension functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published