JHipster Installation - michaelhoffmantech/jhipster-reference-material GitHub Wiki

JHipster Official Installation

The best source for installation steps on JHipster is here: JHipster Installation (https://jhipster.github.io/installation/)

Installing with Yarn

The most common path for installation of JHipster is through Yarn. Several pre-requisites are recommended before you get started. Below is a relatively step-by-step set of instructions.

  1. Java SE Development Kit 1.8
  2. Gradle Build Tool 4.x (OPTIONAL)
    • JHipster will generate a wrapper to execute the Gradle build tool for the project, but if you find a need to run it separate of the wrapper, you can install it from the URL Gradle (https://gradle.org/)
    • Similar to the Java installation, make sure the path to your gradle installation is included in the PATH environment variable.
  3. Git
  4. Node.JS
  5. Yarn
  6. IDE
    • To view the generated project, you will probably leverage an IDE such as Eclipse or IntelliJ
  7. Yeoman
    • In a command shell, you will need to run the following command to install the Yeoman generator: yarn global add yo
  8. JHipster
    • In a command shell, you will need to run the following command to install the JHipster generator: yarn global add generator-jhipster