Skip to content

kenjim83/code-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-share

Real time code editing and execution.

Running Locally in Dev Mode

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

Dev mode runs the express serve with Nodemon so it will auto-restart when it detects file save changes.

$ npm install
$ npm run dev

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About

Real time code editing and execution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published