Spring Boot with Angular2, TypeScript, Sass, Gradle, and Gulp.
a starter project for prototyping restful applications with spring boot and angular2.
anuglar2 with es6 support. unit tests with jasmine.
- install OpenJDK8
- set
JAVA_HOME
environment variable
- set
- (optional) install gradle 2.9
- otherwise just use
$ ./gradlew
- otherwise just use
- (optional) install python 2.7.x
- set
PYTHON
environment variable $ gradle npminstall
may complain otherwise
- set
$ git clone git@github.com:borysn/spring-boot-angular2
$ gradle clean build
$ gradle bootRun
- using browser, navigate to
localhost:8080
if you have any input, or contributions, please share!