Skip to content

An Angular.js and Node skeleton that can be fired up on Heroku

Notifications You must be signed in to change notification settings

teamwinit/yahoohackusa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Node Skeleton

An Angular.js and Node skeleton that can be fired up on Heroku

See a demo at: http://skeletal.herokuapp.com/ (available as of 2013.09.26)

Installation

  1. Clone this repo
  2. Install Node.js on your system.
  3. Run npm install
  4. Run node app.js
  5. Go to http://localhost:3000

Troubleshooting

If you run into trouble, try a few of the following:

  • Run commands with and without sudo

  • Run commands with and without the -g (global) flag

  • Try to install problematic packages individually

    [sudo] npm cache clear
    [sudo] npm install
    [sudo] npm install [-g] express

Credits

Original skeleton by Gordon Dent (@GordyD), 2013.

About

An Angular.js and Node skeleton that can be fired up on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • CSS 1.2%