refactornator / spring-boot-frontend-starter

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

Home Page:https://youtu.be/HPuYB9GRkY0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://youtu.be/HPuYB9GRkY0


Languages

Language:Java 55.5%Language:JavaScript 38.1%Language:HTML 6.4%