Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 417 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 417 Bytes

AWJ Base Project

AngularJS App

Prerequisites

  • Install Node Package Manager
$ npm install http-server
$ cd angular-js-app
$ http-server # angularjs app is running on port...
$ # now we have the angular app running

Spring API

Prerequisites

  • Install JDK8 (Java Development Kit 8)
$ cd spring-java-app
$ ./gradlew build
$ java -jar build/libs/spring-java-app-0.1.0.jar