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)
- Clone this repo
- Install Node.js on your system.
- Run
npm install
- Run
node app.js
- Go to http://localhost:3000
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
Original skeleton by Gordon Dent (@GordyD), 2013.