Spring Boot with Gradle, Angular2, TypeScript, and Sass
a starter project for prototyping restful applications with spring boot and angular2.
- install OpenJDK8
- set
JAVA_HOMEenvironment variable
- set
- (optional) install gradle 2.9
- otherwise just use ./gradlew
git clone [email protected]:borysn/spring-boot-angular2
gradle buildgradle npminstallgradle gulp_buildgradle bootRun- using browser, navigate to
localhost:8080
gradle gulp_watch- watch html, ts, sass files in
src/main/webfor changes
- watch html, ts, sass files in
gradle npminstallfails on windows- edit
build.gradleto change node version- find line
version = '5.6.0' - change to
version = '5.0.0'
- find line
- edit