forked from linnovate/mean
-
Notifications
You must be signed in to change notification settings - Fork 1
Modular Architecture work
rivkatzur edited this page Feb 24, 2014
·
6 revisions
- Clone the modules branch
-
npm install -g config/system/clito enable the mean cli -
mean install mean-404from the root of the app
It will create a custom 404 page. We should have the real 404 module finished within the next few days don't forget to keep pulling updates
Please note code changes will be constantly pushed over the next few days. Pull often and feel free to get involved.
*Other commands from the cli (all to be run from root of the application
-
mean listshows all current enabled modules -
mean install <module-name>installs module mean uninstall <module name>-
mean rebuildrebuilds module structure and compiles the js
Explanations of the module functionality coming soon...