Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 725 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 725 Bytes

Example application for Play+AngularJS+RequireJS.

Blog Post

http://www.mariussoutier.com/blog/2013/08/25/requirejs-optimization-play-webjars/

Summary

A small app that shows how to organize your application with Play, WebJars, RequireJS and AngularJS.

It shows an alternative way of organizing modules than the official Angular-Play-Seed.

Trying It Out

Dev Mode

  • Load dependencies via play update
  • Run via play ~run
  • Go to localhost:9000

Prod Mode

  • Produce executable via play stage
  • Run target/start -Dhttp.port=9000