Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 278 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 278 Bytes

Nuxt.js + Spring Boot

To run this app, run ./mvnw spring-boot:run from the root directory.

In another terminal, cd into the app directory and run npm install followed by npm run dev.

Open http://localhost:3000 and you should see a message from the Spring Boot app.