Scala Play with Angular and Protractor project setup

I am going to set up a new project with Scala Play on one and angular / protractor on the other side. I could use sbt-web to load my js assets, but what about testing?

Is there a best practice for integrating Angular into the Play framework without losing benefits like automated testing using yoman? Or is it better to do two projects and use gulp proxy in development?

+3


source to share





All Articles