What
is it? A lightweight, fast framework for making modern web apps using Java. ☕
- Templates and Components
- Batteries-included Build Tooling
- Clean Path-based Routing
- Transparent Service Access
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 ❤️:
- Castini: Record and publish podcasts in minutes, right from your browser
- Wordii: A 5-letter word game with no waiting
- Tea Sampler
Part demo, part tutorial, Tea Sampler shows how to use several key features of a Flavour application.