Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 2.33 KB

README.md

File metadata and controls

75 lines (51 loc) · 2.33 KB

Angular 8 + Spring Boot Multi Model Maven Template

travis build license

Spring angular template is a lightweight, feature rich template to create full stack applications using spring and angular.

It support all modern style, unit tests.

💡 Features

Angular Spring Maven

📂 Sub Modules

  • Backend Module
  • Frontend Module

🎉 Get Started

a. Run below command in root directory.

mvn install

b. Open Project using intellj

🎨 Frontend Run

  1. Navigate to frontend folder.

  2. Run below command

    npm install
    
  3. To run frontend application separately run below command.

    npm run start
    

⏳ Build Application

a. Run below command in root directory.

mvn install

b. Open Project using intellj

It will build angular frontend and copy static files to backend resource folder. During backend build process it will create final application with frontend. After Production Deployment no need to run frontend separately.

💪 Contributers

alt text alt text
Chamikara Samarasekara Sandaru Kalapuge

©️ License

Spring Angular Template is MIT licensed. Please refer LICENSE for more information.