Hello Richard, Thank you for the fast response!
At the end i opted for two separated projects which are gonna talk via JSON. Still, this project structure that you recommended will definitely help in the future and i already forwarded it to some people that were in need of help like i was. /Thanks again On Friday, July 11, 2014 10:44:49 AM UTC+2, Richard Seldon wrote: > > > Uros, > > Not exactly same as you, but I use MEAN stack, with Yeoman / Grunt for the > Angular specifics. > > Just demarcate the client (angular front end) in a subfolder from the root > with something like “client”. > > Then run everything yeoman specific to your Angular project from there. > > Use the root folder (one above client) for everything else, or perhaps > even locate inside a “server” folder. > > I did originally opt for a server folder, but deploying to Heroku it > expects the procfile etc to be off the root. > > Cheers, > > > > On 11 Jul 2014, at 17:36, Uros Gucunja <[email protected] <javascript:>> > wrote: > > Hello everyone, > > I'm currently working on a application which is using Angular as it's > front end and Symfony as the back end. > > Interestingly, i want my application structure to be scaffolded using the > Yeoman generator, but using two generators on a same application may be a > problem with overwriting files. Has anyone tried this? > > My first thought is to create a sub folder for one of the frameworks, but > which one is to be in the root and which in the sub folder, and how to > connected them? > > Thanks in advance! > > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected] <javascript:> > . > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
