Skip to content

rolego/extraleague

 
 

Repository files navigation

Extraleague

Starting the development server

mvn appengine:devserver

and navigate to

http://localhost:8080/

Live reload

To have your browser updated after a change of a static resource run

livereloadx -l -p 35729 src/main/webapp/ --proxy http://localhost:8080/

install the livereload browser plugin and open your browser at

http://localhost:35729

Database admin

If you want to look at your local datastore navigate to

http://localhost:8080/_ah/admin

after starting your development server.

Test environment/demo

After every successful commit the latest version will be deployed to

http://ncaleague-test.appspot.com/

If you plan to write a new client I suggest you experiment against this instance, rather than the "production" application.

About

Company Foosball League App

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.7%
  • CSS 9.1%
  • Java 6.1%
  • Other 0.1%