Skip to content

A JS MVC demo application using Angular, Play, Scala, Coffeescript, Requirejs

License

Notifications You must be signed in to change notification settings

everestnl/AngularPlayFun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularPlayFun

*A demo application of Angular JS MVC, Coffeescript, Less, Play Scala, Webjars.

##About Based on AngularFun with the server part ported to the Play framework and Scala.

Server side and client side logging shows

  • the interaction between browser and server with a JS MVC application
  • the JS MVC internal mechanisms:
    • browser side url routing
    • event broadcasting and listening
  • REST style json apis

##Prerequisites Java 7 and Sbt.

##Running sbt ~run runs the application in dev mode, continuously watching for changes.
sbt stage builds the application for staging. The application can then be run by target/start

##Known issues

  • requirejs optimisation doesn't work with the special requirejs library provided by webjars-play. This seems to be an issue with webjars-pla
  • unittesting of js with jasmine doesnt work

About

A JS MVC demo application using Angular, Play, Scala, Coffeescript, Requirejs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.4%
  • CoffeeScript 13.5%
  • Scala 10.1%