Skip to content

Instantly share code, notes, and snippets.

@ellman
Last active August 29, 2015 14:02
Show Gist options
  • Save ellman/446c2d7e40478de5e3a3 to your computer and use it in GitHub Desktop.
Save ellman/446c2d7e40478de5e3a3 to your computer and use it in GitHub Desktop.
mean file sructure for 0.4.0
Some of the files/folders are excluded. The structure here is a general overview
config
--env/ (per environment)
--express.js (reduced express file)
packages/
----auth
----system
----articles/ (scaffolded example)
------public/
------server/
--------articles-CONTROLLER.js
--------models/ (can either be flat or have folders makes no difference)
----------model1-MODEL.js
----------model2-MODEL.js
------assets/
public
--lib (bower generated)
--robots.txt
--humans.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment