The created application will have the following file structure:
As you can see, the root folder is quite busy with a few folders but a lot of configuration files. The most interesting among them is:
- src: This is the source folder which holds the main application source and the test source files.
- webpack: This folder holds all the Webpack client-side build configurations for development, production, and testing.
- gradle: This folder has Gradle wrapper and additional Gradle build scripts which will be used by the main Gradle build file (JHipster provides a similar wrapper if Maven is chosen as well).
- build.gradle: This is our ...