tkhmelovskyi / bts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug Tracking System

Live demo https://bug-tracking-system.herokuapp.com/

Automatic deploys from master branch to Heroku

Install dependencies

    cd bts
    `npm run client-install` then `npm install` or  `yarn client-install` then `yarn`

Start dev-client dev-server locally

    `npm run dev` or  `yarn dev`

To Contribute

Fork and clone the project

    git clone https://github.com/{{username}}/bts.git

About


Languages

Language:TypeScript 49.2%Language:JavaScript 26.4%Language:HTML 16.0%Language:CSS 8.4%