Skip to content

Modular Architecture work

rivkatzur edited this page Feb 24, 2014 · 6 revisions
  1. Clone the modules branch
  2. npm install -g config/system/cli to enable the mean cli
  3. mean install mean-404 from 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

  1. mean list shows all current enabled modules
  2. mean install <module-name> installs module
  3. mean uninstall <module name>
  4. mean rebuild rebuilds module structure and compiles the js

Explanations of the module functionality coming soon...

Clone this wiki locally