https://github.com/daggerok/angular2-spring-boot
master: angular 2.4.8, AoT, spring-boot 1.5.1.RELEASE, webpack 2, protractor 5 e2e, production ready frontend, dev/test h2 db; see branches for: angular-cli, spring-security
https://github.com/daggerok/angular2-spring-boot
Last synced: 11 months ago
JSON representation
master: angular 2.4.8, AoT, spring-boot 1.5.1.RELEASE, webpack 2, protractor 5 e2e, production ready frontend, dev/test h2 db; see branches for: angular-cli, spring-security
- Host: GitHub
- URL: https://github.com/daggerok/angular2-spring-boot
- Owner: daggerok
- Created: 2016-09-07T23:17:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T01:56:19.000Z (over 8 years ago)
- Last Synced: 2025-01-10T00:46:11.460Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
angular2-spring-boot [](https://travis-ci.org/daggerok/angular2-spring-boot)
====================
test
```fish
gradle --parallel ci test
```
build
```fish
gradle --parallel ui build
```
run
```fish
gradle bootRun
# or
bash build/libs/*.jar
```
update npm versions
```bash
npm i -g npm-check-updates
ncu -u
```