icha024 / spur-example

Example app with Spur framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example App with Spur Framework

Spur framework: https://github.com/icha024/spur

Running from IDE

  • Right click 'App.java' (main file)
  • 'Run as Java application'

Building (executable) Jar and Running

gradle build
java -jar build/libs/spur-example.jar 

Check the response in your browser: http://localhost:8080

About

Example app with Spur framework

License:Apache License 2.0


Languages

Language:Java 100.0%