Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 530 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 530 Bytes

Simple Story Pointing App

try it out at https://storypoint.me

Pre-requisites

Setup

  • Clone the repo into the correct GOPATH

Server Setup

  1. Build the server
  make build_all
  1. Run the server
  docker run -d -p 8080:8080 maleck13/storypoint-api:1.0.0

Frontend Setup

  1. Go into the web folder. cd web/
  2. Install angular-cli
  npm install g @angular/cli@latest
  1. Build using ng build
  2. Serve using ng serve