MikaelElkiaer / planning-poker

Planning Poker app for (mobile) web.

Home Page:http://plpk.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Planning Poker

Dependency Status

How to run

Prerequisites

Starting a local server

  • Install dependencies: npm install
  • Run start script: npm start
  • Alternatively, for development: npm run dev (this will automatically rebuild typescript, and restart server on change)

Deploying to heroku

  • git remote add heroku git@heroku.com:[project-name].git
  • git push heroku

About

Planning Poker app for (mobile) web.

http://plpk.herokuapp.com

License:MIT License


Languages

Language:TypeScript 80.5%Language:HTML 12.8%Language:JavaScript 3.1%Language:CSS 2.8%Language:Shell 0.8%