2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-24 15:07:11 -07:00
rife2-hello/README.md

864 B

RIFE2 bootstrap project structure

This project helps you to get started with a RIFE2 web application and Gradle.

You'll find all the pieces that are explained in the first sections of the documentation neatly contained in this one project.

It's ready to run, package and deploy ... and for you to have fun developing in a very iterative, intuitive and rewarding way.

For all things RIFE2, head on to the project website: https://rife2.com

Running the server

./gradlew clean run

Go to:

http://localhost:8080/

Deploying the app

./gradlew clean war

The resulting archive will be in: war/build/libs

Making an UberJar

./gradlew clean uberJar

Then run it with:

java -jar app/build/libs/hello-uber-1.0.jar