I need to integrate the app generated by angular-cli into Sails.js. I come from php background so I am new to both these frameworks.
- How do I set them up as one?
- How do I run
ng serve
and/orsails lift
? - How do I manage Angular routes vs Sails routes?
Thanks.