1๐
โ
You can do both i.e. keep frontend framework in Sails
project as well as separate independent project.
I have done both and I keep following points in mind while making this decision:
- If the project is complex enough then its better to create a separate project using some scaffolding tool.
- If the project is going to change frequently and evolve on its own then also its better to create a separate project.
- If some one time/small view is to be made then I would prefer to keep it part of
Sails
project
Since you are using frontend framework for admin panel which I think
will be complex, I would recommend you to create separate project on the same server.
You can use yeoman for scaffolding. I have used it for some angular projects and it works great.
๐คkhushalbokadey
1๐
Your question is too wide for a single explanation, but the main concept is as per my understanding is data binding.
You can find a lot of free screencasts for starting from scratch, assuming you already know some JavaScript.
๐คalariva
Source:stackexchange.com