/spring-boot-frontend-starter

A minimal starter project illustrating a frontend hosted by a Spring Boot backend with LiveReload

Primary LanguageJava

Spring Boot Frontend Starter

CodeQL

Install Dependencies

./gradlew npm_install

Run App

Start the frontend

./gradlew npm_run_start

Start the backend

./gradlew bootRun

Build App

Build the frontend

./gradlew npm_run_build

Build the backend

./gradlew build