electron-angular-boilerplate
electron-angular-boilerplate copied to clipboard
New Folder Structure
Just a question and possibly a request.
How does the folder structure work. It's a bit confusing with /dist and /src and /views being in the same root. Instead of /app /app/src /app/views or
https://scotch.io/tutorials/angularjs-best-practices-directory-structure
I see, I have not updated this project in some time but at some point I will be updating the structure. And personally, I do not like the structure you sent. I much prefer the following:
- app/
- home/
- directives/
- home.directive.js
- layout/
- home.html
- controllers/
- home.controller.js
- user/
- user.service.js
index.js
I also use build tools like Gulp to automatically concat and merge all the JS files into a single JS file
Actually yes, the structure you have is what i prefer! i simply found a quick link on the internet.
Thank you for reading!
Cool, I wouldn't recommend just throwing links around. It's counter productive.
You can help contribute to the new pattern if you wish @datnordstrom just submit a PR
Agreed. Thanks!