Flavour: Single-Page Web Apps in Java

What

is it? A lightweight, fast framework for making modern web apps using Java. ☕

Why

use it? It combines the power of Java code and IDEs with easy web distribution. ⚡

How

to get started? Run these commands to create, build, and launch the starter project: 🏁
mvn archetype:generate \
  -DgroupId=com.example \
  -DartifactId=flavour \
  -DinteractiveMode=false \
  -DarchetypeGroupId=com.frequal.flavour \
  -DarchetypeArtifactId=teavm-flavour-application \
  -DarchetypeVersion=0.3.0
cd flavour && mvn clean install && firefox target/flavour-1.0-SNAPSHOT/index.html

Who

else is using Flavour? Try these projects, all 100% Pure Flavour ❤️:

Where

do I learn more? 📚

Contribute

to Flavour with code or demos 👩‍💻