Skip to content

wesleyegberto/ngx-spring-starter

Repository files navigation

Ngx-Spring-Starter

Spring Boot + Angular 5 starter project.

Goals:

  • Start server and client with one command
  • Deploy the app with one command

How to use

  • To run in watch mode use: mvn spring-boot:run -Prun-dev

  • To generate the UberJar: mvn clean package -Pprod