Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@oscarr-reyes
Created October 24, 2016 06:58
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 oscarr-reyes/5777295a692b8bff6aac9634d95a5957 to your computer and use it in GitHub Desktop.
Save oscarr-reyes/5777295a692b8bff6aac9634d95a5957 to your computer and use it in GitHub Desktop.
var diet = require("diet");
var app = diet();
app.listen(8000);
require("./index.js")(app);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment