Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 549 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 549 Bytes

Super simple (almost) static server.

The only reason this app needs to exist is the fact that sometimes you need a static site setup fast - but it's not a totally static site, you need to submit a form or do something and you don't want setup CORS on another server or you don't know what CORS is or whatever.

Itch, consider yourself scratched.

Setup

  1. Clone this repo
  2. Change into this directory cd befrank
  3. Run bundle
  4. Run bundle exec rackup -p 1234
  5. Point your browser to http://localhost:1234