Please add all .html files and all .js files into the corresponding directories under src/main/webapp.
- Import the build.gradle file and point IntelliJ to the local Gradle location (wherever you put the directory you downloaded from gradle.org.
- From IntelliJ:
- The same way you would always compile
- From command line:
- Type command "gradle compile" while in the root directory of the project.
- This will require some initial setup of some gradle environment variables. Directions can be found on gradle.org.