Yeoman generator for creating Angular backed by Java Play - lets you quickly set up a project following best practices.
Install yo
and generator-java-play-angular-cli
:
npm install -g yo generator-java-play-angular-cli
Run yo java-play-angular-cli
yo java-play-angular-cli
Go in to the project location and run sbt run
to run both backend and frontend builds
sbt run
The first time you run SBT, it may take a while to download all the dependencies it needs, but after that first run, it will download new dependencies only as needed.
Rishanthakumar |
Saad Sahibjan |
---|
This software is licensed under the MIT license