refactornator / spring-boot-snowpack

A sample project for getting spring boot and snowpack to work together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-boot-snowpack

A sample project for getting spring boot and snowpack to work together

Getting Started

Install dependencies and start snowpack in watch mode

npm install
npm start

This saves the output of snowpack to the src/main/resources/static directory and moves the index.html file into src/main/resources/templates

in a separate terminal, start Spring Boot

./mvnw spring-boot:run

open http://localhost:8080

edit frontend/components/App.svelte and see your changes live in the browser

About

A sample project for getting spring boot and snowpack to work together

License:MIT License


Languages

Language:Java 64.0%Language:HTML 18.7%Language:JavaScript 11.4%Language:TypeScript 5.9%