Currently diving into the world of Angular2 and completing both the quickstart and heroes tutorial. Each time I start these applications, I use the "npm start" command.
On top of that, I've developed a Ruby on Rails backend application alongside an Angular2 frontend app. I'm puzzled on how to seamlessly integrate the Angular2 app into the Rails app. Theoretically, I could simply place it in the public/ directory to make the JS accessible, but I suspect I may need to reconfigure it in some way to ensure the links are properly established.
If anyone could shed some light on how this is usually accomplished, I would greatly appreciate it.
Many thanks!