February 2019
Intermediate to advanced
442 pages
11h 46m
English
At the beginning of this chapter, you saw how to create an application with the JHipster CLI by answering various questions. This is more than sufficient to start working with JHipster. However, to become more productive, it is recommended to use an IDE for development. JHipster supports a wide range of IDEs, including Eclipse, Visual Studio Code, IntelliJ IDEA, and so on. While working with an IDE (or a simple text editor), you need to make sure to exclude a certain folder from doing indexing, like node_modules, build, and target, to reduce the initial loading time of the application.