Skip to content

MiniSpringBootTutorial/spring-boot-thymeleaf3-bootstrap4-angular4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Kotlin Application with Thymeleaf 3, BootStrap 4 and Angular 4

Technology Stack

  • Spring Boot 1.5.2
  • Thymeleaf 3
  • BootStrap 4 Alpha6 with JQuery 3.1.1
  • Angularjs 4
  • Kotlin 1.1

Environment Setup

$ brew install nodejs
$ brew install golang
$ brew install go
$ brew install git
$ npm install -g @angular/cli

Development

  • install modules: cd src/main/frontend & npm install
  • mvn -DskipTests clean package

AngularJS App Template

cd src/main
ng new --skip-install=true frontend

Features

  • ng proxy to spring boot application
  • frontend-maven-plugin to help build angular app

Reference

About

Spring Boot Kotlin Application Template for Thymeleaf3, BootStrap4 and Angularjs 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.5%
  • HTML 24.5%
  • JavaScript 15.6%
  • Kotlin 8.8%
  • CSS 0.6%