The purpose is don't need to using Thymeleaf I don't want build backend script with HTML script. *
###Web development environment
$ sudo apt-get install npm
$ sudo npm install -g bower
$ sudo npm install -g gulp
###Build
$ cd ./csrf-demo/web/
$ sudo npm install
$ bower install
$ gulp build
gulp build will move /app to ../src/main/resources/auth
[$~/ProjectPath/] gradle clean build
[$~/ProjectPath/] java -jar build/libs/csrf-demo.jar
Link to http://127.0.0.1:8080/ account : admin/admin