- Spring Boot 1.5.2
- Thymeleaf 3
- BootStrap 4 Alpha6 with JQuery 3.1.1
- Angularjs 4
- Kotlin 1.1
$ brew install nodejs
$ brew install golang
$ brew install go
$ brew install git
$ npm install -g @angular/cli
- install modules: cd src/main/frontend & npm install
- mvn -DskipTests clean package
cd src/main
ng new --skip-install=true frontend
- ng proxy to spring boot application
- frontend-maven-plugin to help build angular app
- A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma: https://github.com/eirslett/frontend-maven-plugin