Richargh / aggrid-webcomponent-kotlinxhtml-htmx-spring-boot-krdl-kt-sandbox

AgGrid Server-Side-Data Test with Spring Boot (Sandbox)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AgGrid Server-Side-Data Test with Spring Boot (Sandbox)

Features

Preconditions

Usage

  • Build and move .js files to src/main/resources/public via cd assets && npm ci && npm run dist

  • Run server via ./gradlew bootRun and open localhost:8080.

  • Run tests via ./gradlew test

LiveReload / Restart

LiveReload is great for fast iteration. It’ll restart spring and refresh your browser window for changes.

To use it:

  1. Make sure you have the LiveReload extension installed in Firefox/Chrome

  2. In one Terminal start Gradle Continuous Build ./gradlew build -continuous

  3. In another Terminal or via IntelliJ run your application via ./gradlew bootRun

  4. Open the site in your browser

  5. If the LiveReload Extension symbol in your browser shows "connected", then your browser will refresh on changes

About

AgGrid Server-Side-Data Test with Spring Boot (Sandbox)


Languages

Language:Kotlin 66.8%Language:JavaScript 32.0%Language:CSS 1.2%