Skip to content

A simple activity tracker written in TypeScript.

License

Notifications You must be signed in to change notification settings

NespoliBT/TrackerBT

Repository files navigation

TrackerBT

Maintainability Relase

Description

TrackerBT is a simple time tracker. It helps you trace how much time you spend on your projects.

Screenshot

TrackerBT

Installation

Dependencies

To install the dependencies you need to run this command:

npm install

or

yarn

Build frontend

This project uses webpack to build the frontend side of the app. To build the frontend run this command:

npm run watch

Start

To run this project you need to run this command:

npm run start

Build release

To build a standalone release that does not need npm or node to run:

npm run build