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.
- Backend Module
- Frontend Module
a. Run below command in root directory.
mvn install
b. Open Project using intellj
-
Navigate to frontend folder.
-
Run below command
npm install
-
To run frontend application separately run below command.
npm run start
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.
Chamikara Samarasekara | Sandaru Kalapuge |
Spring Angular Template is MIT licensed. Please refer LICENSE for more information.