After one year of hard work, JHipster 4 has been released, featuring complete support for Angular 2! Read everything about it in our JHipster 4 release notes.
JHipster is a
Yeoman generator,
used to create a
Spring Boot + Angular
project.
Our goal is to generate for you a complete and modern Web app, unifying:
You can checkout a sample generated AngularJS 1 application here.
You can checkout a sample generated Angular 2 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 yo jhipster
Model your entities with JDL Studio and download the resulting jhipster-jdl.jh
file
Generate your entities with yo jhipster:import-jdl jhipster-jdl.jh
Top trending modules