Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.17 KB

Codeship Status for Marjanca/ng2-retro-board

Focus group gathered around researching the possibilities of ng2 and learning how to use FE technologies in general.

Project: Retro board for BEG office regular retrospectives.

Install: You should have angular-cli installed globaly. So if you don't have it already run:

npm install -g angular-cli

Follow these steps to install and start the app:

  • get the code with git clone ..
  • cd ng2-retro-board\ngBoardFrontend
  • install dependencies with npm install
  • run the app with ng serve
  • app is now running on http://localhost:4200

Backend: Backend side is built using Gradle. The project will be built using:

gradle build

To run the application, type:

gradle bootRun

Now you can access the backend services (probably at localhost:8080).

The main class is located inside ng2-retro-board\ngBoardBackend\src\main\java\com\zuehlke\ng2retroboard\Ng2RetroBoardApplication.java