zlavergne / hello-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 85.8%Language:JavaScript 14.2%