Skip to content

Instantly share code, notes, and snippets.

View mnmkt's full-sized avatar

mnmkt mnmkt

  • Seattle, WA
View GitHub Profile
@mnmkt
mnmkt / index.md
Created May 23, 2018 21:50 — forked from mitsuruog/index.md
express実践入門

express実践入門


自己紹介

小川充

  • mitsuruog
@mnmkt
mnmkt / deploy-static-site-heroku.md
Created December 16, 2017 20:51 — forked from wh1tney/deploy-static-site-heroku.md
How to deploy a static website to Heroku

Gist

This is a quick tutorial explaining how to get a static website hosted on Heroku.

Why do this?

Heroku hosts apps on the internet, not static websites. To get it to run your static portfolio, personal blog, etc., you need to trick Heroku into thinking your website is a PHP app. This 6-step tutorial will teach you how.

Basic Assumptions