This is a simple play application that (currently) uses a fork of angulate2 to bootstrap and run a simple angular2/scala.js application.
Currently to run this example there are four main steps:
- Locally publish my fork of angulate2 (pending PR26 and PR27 and some changes that don't yet have a PR)
- Clone the example project
- run the example project
# 1.
git clone https://github.com/gregghz/angulate2.git /path/to/workdir/
cd /path/to/workdir/angulate2
sbt publishLocal
# 2.
git clone https://github.com/gregghz/angulate2-play-example.git /path/to/workdir/
# 3.
cd /path/to/workdir/angulate2-play-example
sbt server/run