Home / Flavour     frequal.com  RSS Feed

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=org.teavm.flavour \
  -DarchetypeArtifactId=teavm-flavour-application \
  -DarchetypeVersion=0.2.1
cd flavour && mvn clean install && open target/flavour-1.0-SNAPSHOT/index.html

Who

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

Where

do I read more? 📚