Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 806 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 806 Bytes

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.