Skip to content

crudbug/spring-boot-angular2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-angular2

Spring Boot with Gradle, Angular2, TypeScript, and Sass

description

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

pre-install

  1. install OpenJDK8
    • set JAVA_HOME environment variable
  2. (optional) install gradle 2.9
    • otherwise just use ./gradlew

install

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

build & run

  • gradle build
  • gradle npminstall
  • gradle gulp_build
  • gradle bootRun
  • using browser, navigate tolocalhost:8080

front-end dev

  • gradle gulp_watch
    • watch html, ts, sass files in src/main/web for changes

issues

  • gradle npminstall fails on windows
    • edit build.gradle to change node version
      • find line version = '5.6.0'
      • change to version = '5.0.0'

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.7%
  • TypeScript 26.7%
  • Java 23.4%
  • HTML 13.5%
  • CSS 1.7%