Skip to content

AndrewVolostnykh/webrunner20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webrunner

This repository contains a Spring Boot backend and a Vite frontend placeholder.

See docs

Backend (Spring Boot)

./gradlew :app:bootRun

The backend serves the built frontend from app/src/main/resources/static.

Frontend (Vite)

cd ui
npm install
npm run build

The Vite build outputs into the backend static resources folder so the Spring Boot app can serve the UI.

Build exe:

Add gradlew.properties with path to graalvm jdk (org.gradle.java.home)

Run:

gradlew.bat nativeCompile 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors