Skip to content

madicd/ng2-retro-board

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.8%
  • Java 14.6%
  • HTML 6.6%
  • CSS 6.1%
  • JavaScript 5.9%