Skip to main content

Getting Started

JHipster Quick Start

  1. Install Java, Git and Node.js
  2. Install JHipster npm install -g generator-jhipster
  3. Create a new directory and go into it mkdir myApp && cd myApp
  4. Run JHipster and follow instructions on screen jhipster
  5. Model your entities with JDL Studio and download the resulting jhipster-jdl.jdl file
  6. Generate your entities with jhipster import-jdl jhipster-jdl.jdl

Learn JHipster In 15 Minutes

Matt Raible created a screencast that shows how to use JHipster 8 to develop a Spring Boot + Angular application.

Books

  • The JHipster Mini-Book 7.0

    The JHipster Mini-Book 7.0

    Matt Raible

    The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster. This edition includes an updated microservices section that features WebFlux and micro frontends with React.

  • Full Stack Development with JHipster - Second edition

    Full Stack Development with JHipster - Second edition

    Deepu K Sasidharan, Sendil Kumar

    Written by the core development team of JHipster and fully updated for JHipster 6, Java 11, and Spring Boot 2.1, this book will show you how to build modern web applications with real-world examples and best practices

Community Tutorials and Trainings