Skip to content

Instantly share code, notes, and snippets.

@murilopolese
Last active October 25, 2016 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save murilopolese/246982ca9084b2c7ebe8 to your computer and use it in GitHub Desktop.
Save murilopolese/246982ca9084b2c7ebe8 to your computer and use it in GitHub Desktop.
Simplest static file node server (Heroku ready)
{
"name": "http-server-app",
"version": "0.0.1",
"description": "",
"scripts": {
"start": "./node_modules/.bin/http-server"
},
"dependencies": {
"http-server": "*"
},
"author": "Murilo Polese <murilopolese@gmail.com>",
"license": "WTFPL"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment