Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 501 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 501 Bytes

angular2-spring

This example shows how to do a paginated table with Angular 2 and Spring ( RestController )

Installation

The Back End

You'll need Maven 3+ and Java 8

The Front End

  • npm install to install Node packages
  • bower install to install Bower packages ( run npm install -g bower if you don't have Bower already installed )

Run

The Back End

  • run.sh to start an embedded Jetty Server ( with an embedded H2 database )

The Front End

  • gulp play