Skip to content

Commit 6d6d6fa

Browse files
author
Angelo Manganiello
authored
Update README.md for more explanations
1 parent 77eb404 commit 6d6d6fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## Spring boot app with Angular 4 client embedded
22

33
The frontend-app is gotten from :https://github.com/creativetimofficial/material-dashboard-angular.
4-
The project produces **an only jar** using spring-boot, that is you can implement java backend services, together the angular client developed in typescript (angular-cli).
4+
The project produces **an only jar** using maven spring-boot, that is you can implement java backend services, together the angular client developed in typescript (angular-cli).
55

66
## Description
77

88
The project is used to develop the client in the **frontend-app** folder with the __angular-cli__, and the **java backend** with the __maven spring boot project configured__.
9-
For this, import your client (frontend-app) in the angular/typescript IDE (i.e. __visual studio code__) and your java backend in __Eclipse__
9+
For this, import your client (frontend-app) in the angular/typescript IDE (i.e. __visual studio code__) and your maven java backend in __Eclipse__
1010

11-
## Functional informations
11+
### Functional informations
1212

1313
The steps to build the jar are defined in the pom.xml file. The project builds the frontend with the output folder **frontend-app/dist** and copies it in the __src/main/resources/static__ folder in order to load the client in the spring boot home page together the java services.
1414
The port information is stored in **src/main/resources/application.properties** file in the __server.port__ property.
@@ -54,7 +54,7 @@ Open browser on localhost:8081
5454
Move __app.jar__ in electron-app folder and in this run **electron main** after **npm i electron -g**.
5555
The port is specified in the __electrona-app/index.html__.
5656

57-
THIS IS A PILOT IN DEVELOPMENT BECAUSE THE ELECTRON LIVE WORK BAD IN RENDERING AND ELECTRON-PACKAGER INSTEAD BREAKS.
57+
THIS IS A PILOT IN DEVELOPMENT BECAUSE THE ELECTRON LIVE WORKS BAD IN RENDERING AND ELECTRON-PACKAGER INSTEAD BREAKS.
5858

5959
### Deploy jar on heroku
6060

0 commit comments

Comments
 (0)