meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 178 forks source link

Generate client modules only? #251

Closed daudihusbands closed 7 years ago

daudihusbands commented 8 years ago

I'm building hybrid app using ASP.NET Web API for REST services. However, I would like to use only the client-side infrastructure generated by MEANJS generator. Any thoughts?

ilanbiala commented 7 years ago

@daudihusbands you can copy and paste the client-side code from the meanjs/mean repo. Otherwise, you'll need to write the rest of your infrastructure code for ASP.