Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 466 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 466 Bytes

antalya

Spring Data Rest & AngularJS apps.

Install

Server:

  • Download & install Intellij Idea.
  • Import by selecting antalya/server/build.gradle.

Client:

  • Install Nodejs with NPM.
$ npm install -g gulp bower
$ cd antalya/client
$ npm install

Run

Server:

  • In Idea follow: View > Tool Windows > Gradle
  • In Gradle window follow: Tasks > application > bootRun

Client:

$ cd antalya/client
$ gulp dev

Have fun!