x472622902 / spring-boot-angular2

spring boot backend, angular2 frontend with webpack, typescript, sass, bootstrap4, karma, jasmine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build status gitter bithound dependencies bitHound Dev Dependencies bitHound Code

spring-boot-angular2 starter kit

spring boot backend, angular2 frontend with webpack, typescript, sass, bootstrap4, karma, jasmine

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 jdk8
    • 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 git@github.com:borysn/spring-boot-angular2

build & run

  • $ gradle clean build runAll
    • server side will finish building first
    • give npm/webpack a little time to finish up
  • using browser, navigate tolocalhost:3000

further reading

wiki

example

check out my rvep project. it's built and updated according to this starter kit!

rvep | dev_backend

rvep | dev_frontend

contribute

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

donations

donate a cup of coffee

license

MIT

About

spring boot backend, angular2 frontend with webpack, typescript, sass, bootstrap4, karma, jasmine

License:MIT License


Languages

Language:JavaScript 46.4%Language:CSS 24.6%Language:TypeScript 16.7%Language:HTML 6.3%Language:Java 6.0%