Skip to content

SubmergedTree/TabletopCalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabletop Calendar

To plan tabletop sessions. This app consists out of two parts:

  • Webservice (Spring Boot, Kotlin)
  • Webapp (Elm)

Webservice

...

Webapp

The webapp is served by the spring service. Therefore, the compiled webapp must be copied to resources folder. The process is automated by executing a shell script on mvn compile step.

Command to compile and copy:

elm make src/Main.elm --output=../src/main/resources/static/built/main.js

Dev Server:

elm-live src/Main.elm --open --pushstate --start-page=target/index.html -- --output=main.j

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published