Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 871 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 871 Bytes

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.