An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

angular2-spring-boot [![build](https://travis-ci.org/daggerok/angular2-spring-boot.svg?branch=master)](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
```