Skip to content

Getting Started

Gui Keller edited this page Jan 3, 2019 · 9 revisions

Pre-requisites: Java 8, Maven and git

  1. Download and install IntelliJ and the IDEA Jetty Runner Plugin
  2. $git clone https://github.com/guikeller/AngularJS-RESTful-Sample.git
  3. Import the project "AngularJS-RESTful-Sample" on IntelliJ, right click: "Build" Build
  4. Run (top menu) -> Edit Configurations -> + (plus sign) -> Jetty Runner Conf
  5. Push the Run / Debug button (top right) Run
  6. Have fun - http://localhost:8080/AngularJS-RESTful-Sample Enjoy *Note: If you are getting a 404 try using this URL instead: http://localhost:8080/AngularJSRestful

PS: Thanks and credits to @AllenFang for pushing the "AngularJS-RESTful-Sample" to Github. Project source: https://github.com/AllenFang/AngularJS-RESTful-Sample

Clone this wiki locally