Skip to content

eric-souzams/spring-angular-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.