Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 913 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 913 Bytes

spring-boot-angular2 starter kit

Spring Boot with Angular2, Bootstrap4, TypeScript, Sass, Gradle, and Gulp.

about

a starter project for prototyping restful applications with spring boot, angular2, and bootstrap4.

anuglar2 with es6 support. unit tests with jasmine.

pre-install

  1. install OpenJDK8
    • set JAVA_HOME environment variable
  2. (optional) install latest gradle
    • otherwise just use $ ./gradlew
  3. (optional) install python 2.7.x
    • set PYTHON environment variable
    • $ gradle npminstall may complain otherwise

install

$ git clone [email protected]:borysn/spring-boot-angular2

build & run

  • $ gradle clean build
  • $ gradle bootRun
  • using browser, navigate tolocalhost:8080

further reading

wiki

contribute

if you have any input, or contributions, please share!

license

MIT