Skip to content

himanshu-pareek/spring-angular-frontend-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Angular Frontend Server

Starting template to serve angular application using spring boot server.

Running the application in local machine

./mvnw spring-boot:run

If you want to run the application in debug mode, do the following:

  1. Build angular application

    ./mvnw generate-resources

    OR

    cd ./client && ./npm run watch

    The above command will keep watching for changes in angular app source code and will rebuild the app for development environment.

  2. Run the spring-boot application in debug mode using IDE.

About

Starting template to serve angular application using spring boot server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published