Matt Raible has published a new video on using JHipster 4 to develop a Spring Boot + Angular application.
JHipster is a development platform to generate, develop and deploy
Spring Boot + Angular
Web applications and Spring microservices.
Our goal is to generate for you a complete and modern Web app or microservice architecture, unifying:
You can checkout a sample generated AngularJS 1 application here.
You can checkout a sample generated Angular 4 application here.
JHipster is Open Source, and all development is done on GitHub
Lots of great companies use JHipster, all over the world! Find the full list here, and don't forget to add your company once you have started using JHipster
Install JHipster yarn global add generator-jhipster
Create a new directory and go into it mkdir myApp && cd myApp
Run JHipster and follow instructions on screen jhipster
Model your entities with JDL Studio and download the resulting jhipster-jdl.jh
file
Generate your entities with jhipster import-jdl jhipster-jdl.jh
Top trending modules