This simple demo will demonstrate how to use HTML5 routing with AngularJS inside a PlayFramework application.
- Download and extract PlayFramework 2.1: http://www.playframework.com/download
- Clone the project:
git clone https://github.com/blogsamples/angularjs-play21-html5-routing.git - Go to the root of the project:
cd angularjs-play21-html5-routing - Launch Play at the default 9000 port:
/PATH-TO-PLAY/play run - Enjoy the demo: http://localhost:9000
- Read my article to learn more about that demo.