Project setup #4
Replies: 4 comments 7 replies
-
I alwys prefer a 2 project setup as a predominantly back end dev, and try and structure all my projects that way. Consciouis that it's a barrier to entry to front end devs, but I would be curious if there was a poll for how many project were set up outside of VS, and with a single project I mean is anyone downloading the zip for Umbraco and setting it up that way anymore? |
Beta Was this translation helpful? Give feedback.
-
Personally I think 2 projects, Web and Core, is better as it encourages better separation and potential for unit testing (not that the latter is likely to part of this concept) Another option I've seen is 3, Web, Core, FE, where the FE project contains template pages css, js build tasks etc and the outputs are copied into the Web. |
Beta Was this translation helpful? Give feedback.
-
I mostly setup everything in 3 projects. One Core, one web and one separate project where the ModelsBuilder files are stored. Find this is a neat way of handling the models. As Nik suggests you could also have a separate project for the frontend stuff in regards to css/js. Which is something I also encountered. This then could be bundled with Gulp. The new package template and I think the Umbraco source are using gulp for the angularjs stuff. As I'm also a backend dev I hope someone with more knowdledge about frontend willl step up here. |
Beta Was this translation helpful? Give feedback.
-
I think for a starter kit having a core and web should do. |
Beta Was this translation helpful? Give feedback.
-
First up, how do we setup the solution:
Beta Was this translation helpful? Give feedback.
All reactions