A light static file server for heroku based on Node.js
This is all you need to get your site out there.
- Sign up for a heroku account
- Download the heroku toolbelt
- Run
heroku login
and enter your credentials - Clone static-nodeku
- Load your html, css and js into the site folder
- Make sure this matches the url structure you expect i.e. url/path/to/file.css
- Cd to the new directory and run
heroku create
- Run
git add .
- Run
git commit -a -m "MESSAGE"
- Run
git push heroku master
- Run
heroku ps:scale web=1