marcorinck / ngStart

skeleton project for new angular.js projects
MIT License
195 stars 29 forks source link

Update folder structure #5

Closed marcorinck closed 9 years ago

marcorinck commented 11 years ago

Currently the folder structure is similar to a (java) maven project.

Update the folder structure so that its more like "normal" web projects, so that folders under src/main/ are put into the root folder.

To be discussed: project files in project root (like package.json) should NOT be conflicting with real project files.

BarrySkidmore commented 10 years ago

You may like what we have done with our fork, I updated it here, I do not believe you would be interested in the massive puller request that changes the core more or less completely...

https://github.com/alertlogic/ngStart/

marcorinck commented 9 years ago

removed maven like folder structure, project now uses "app" for the application and "test" for all tests