Sails app

This commit is contained in:
Ben Ramey
2014-03-08 18:32:43 -06:00
parent fb64ad1f45
commit 2a34de5580
44 changed files with 5802 additions and 0 deletions

2
app.js Normal file
View File

@@ -0,0 +1,2 @@
// Start sails and pass it command line arguments
require('sails').lift(require('optimist').argv);