Skip to content

An all Kotlin fullstack app that consists of a react frontend and a spring-boot backend, bundled together as ONE deployable fatjar.

Notifications You must be signed in to change notification settings

christian-draeger/fullstack-kotlin-mpp-with-bootiful-react

Repository files navigation

fullstack-kotlin-mpp-with-bootiful-react

An all Kotlin fullstack app that consists of a React.js frontend and a spring-boot backend, bundled together as ONE deployable fatjar aka how to build a modern web application using Kotlin only! Nevertheless, there are also specific artifacts of the frontend and backend that could be deployed separately.

Start complete Application

./gradlew start

Run Frontend standalone via webpack (useful during development process)

./gradlew browserRun --continuous

Run backend only (useful during development process)

./gradlew bootRun

Check for available dependency updates

./gradlew dependencyUpdates

Apply code style to idea

./gradlew ktlintApplyToIdea

About

An all Kotlin fullstack app that consists of a react frontend and a spring-boot backend, bundled together as ONE deployable fatjar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published