stpoa / task-issue-tracker-meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Issue List

Description

App allows you to create delete and modify issues. Every issue has its status and is private or public. You can create account and create new issue.

Preparation

Install meteor

curl https://install.meteor.com/ | sh

Clone and install dependencies

git clone git@github.com:stpoa/task-issue-tracker-meteor.git
cd task-issue-tracker-meteor
npm i

Running

meteor

Testing

meteor test --driver-package meteortesting:mocha

About

License:Other


Languages

Language:JavaScript 85.0%Language:CSS 14.2%Language:HTML 0.8%