Skip to content

sterlp/spring-angular-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java CI with Maven

Overview

The example has delays enabled by default to demonstrat the loadingbar functionality. It can be turned off in the application yml.

Frontend

Install

  • Nodejs required
  • angular cli required

How to run

Dev mode

npm start

Backend

  • Run Spring boot in e.g. STS
  • Command Line

How to run command line

mvn clean install
cd backend
mvn spring-boot:run

Build & Run

mvn package
java -jar backend/target/backend-0.1.0-SNAPSHOT.jar

Sidenotes

  • mvn clean will also delete all node_modules

Links