Skip to content

okolorevanchik/spring-boot-angular2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-angular2 starter kit

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

about

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

anuglar2 with es6 support. unit tests with jasmine.

pre-install

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

install

$ git clone git@github.com: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

About

Spring Boot with Angular2, TypeScript, and Sass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.5%
  • TypeScript 26.1%
  • Java 20.2%
  • HTML 15.7%
  • CSS 3.5%