Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 575 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 575 Bytes

Static site for heroku. (using Node.js)

If you need to host small static site for free, then heroku well suited for it.

There are examples of static heroku site using Django and Ruby on Rails, on GitHub. I didn't found simplest way - Node.js.

Requirements:

How to use:

  • Clone this repository
  • Store your site to /source folder. (Default page must be index.html)
  • Push that to heroku