This is just a simple example of a Heroku compatible app using Bower to manage client dependencies and Node acting as a static server. I did it as a learning exercise.
$ npm install
$ npm startYour app should now be running on localhost:5000.
This is just a simple example of a Heroku compatible app using Bower to manage client dependencies and Node acting as a static server. I did it as a learning exercise.
$ npm install
$ npm startYour app should now be running on localhost:5000.