summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e9643a8
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+this is a barebones grunt template for running express at the moment
+but I've realized that the grunt-express module can easily be altered to
+run any daemon process, AND SHOULD BE.
+this way, it can be run with watch, which is needless to say, awesome.
+The local daemon can fork to the background, and restarted so long as you
+clone the module, rename it, and alter it to fit your needs...but it
+was written in a generic way, not very express specific.
+The express modules seem pretty up to date...
+TO DO:
+needs a template rendering engine (ejs is good)
+bower components will be installed to public/vendor
+needs auth, everyauth is good