Skip to content

Instantly share code, notes, and snippets.

View findzen's full-sized avatar

Justin Taylor findzen

  • Los Angeles, CA
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div>
<button
is="hitbox-button"
@findzen
findzen / Usage.md
Created September 25, 2013 17:55 — forked from 8bitDesigner/README.md

6-Line Static file server

Handy for when working on single-page apps

Usage

  1. Copy server.js to your project
  2. npm install express
  3. node ./server