Basic starter template pre-configured with the following technologies:
- Spring Boot (Tomcat embedded)
- AngularJS
- Twitter Bootstrap
- Thymeleaf Templates (Server Side)
- UI-Router
- Grunt
- Bower
Make sure you have Maven, Java 7, and NodeJs installed...
$ git clone https://github.com/dangular/spring-boot-angular-template.git
$ npm install
$ bower install
$ grunt
$ mvn spring-boot:run
OR
$ mvn clean package && java -jar target/spring-boot-angular-starter-0.0.1.jar