Skip to content

Demo project with spring boot and angular framework.

Notifications You must be signed in to change notification settings

rajeshkarka/appointment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

appointment

To run angular application.

Install angular cli npm install -g @angular/cli

ng build (to build application) ng serve (to start application with npm)

To run as a Appointment application

Using Maven plugin:

mvn clean spring-boot:run Using Jar file as a packaged applicationv:

mvn clean package java -jar ./target/appointment-0.0.1-SNAPSHOT.jar

About

Demo project with spring boot and angular framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors