Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 694 Bytes

instructions.md

File metadata and controls

13 lines (8 loc) · 694 Bytes

Instructions

We start by starting the backend service:

  • Clone this repository
  • Open Console and cd into 'spring-angular-2-cli-starter'
  • Run the follwing command: For Windows "apache-maven-3.5.3/bin/mvn.cmd" spring-boot:run, for Unix "apache-maven-3.5.3\bin\.mvn" spring-boot:run. Maven will now download and install dependencies, and start the spring boot backend application. This will take quite some time (use your local maven installation if you have one to speed things up). Once the backend is running, you can open localhost:8080in your browser and you should the the message "app works".

Next, we start the

Now your server should be running. You can