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?
@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.
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?