Skip to content

webluke/hello-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Node

Experience the full round-trip development and deployment lifecycle without a CLI but with a fully self bootstrapping local development environment. This app uses Node.JS, Express, and Atom making it super easy to get started building web apps and microservices on Heroku.

  1. Deploy this app on Heroku: Deploy
  2. Download the source for this app: https://github.com/jamesward/hello-node/archive/master.zip
  3. Unzip the source and run gulp to launch the local server and Atom code editor
  4. Check out your local app: http://localhost:5000/
  5. Make a change to the app.js file
  6. Watch as your server reloads the changes and then check them out in your browser: http://localhost:5000/
  7. From Atom, deploy your changes to Heroku by selecting the Heroku menu, then Login. Once logged in, select the Heroku menu, then Deploy, then the app you want to deploy to.
  8. Once your app changes are deployed, check them out and you are done!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 85.9%
  • JavaScript 14.1%