Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.19 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.19 KB

SPA with Angular & Spring Boot

Preview   |    Technologies   |    Build   |    Contributing

Preview

Coming soon

Technologies

This project was developed using the following technologies:

Building

You'll need Java 11+ and Maven installed on your computer in order to build this app.

$ git clone https://github.com/eric-souzams/spring-angular-api-client.git
$ cd spring-angular-api-client/clients
$ mvn install
$ mvn spring-boot:run

$ cd spring-angular-api-client/clients-app
$ npm i --save
$ ng serve

Contributing

This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.