fritz2-examples

Example projects made with fritz2

MIT License

Stars
12
Committers
6

Examples

These ready-to-try examples give you some insight into web-app development with fritz2.

If you want to learn more about fritz2 and how it works, take a look at our documentation.

The following js-only examples are available:

We also provide the following full-stack examples:

Running locally

To run our examples locally, clone this repository and then execute

fritz2-examples> ./gradlew <example-folder-name>:jsBrowserRun

You can add the -t flag to enable the automatic re-compiling of your changes and reloading your browser.

Create your own project

For an easy start into fritz2, check out our simple-project or tailwind-template.