Time Tracker
October 29, 2017 ยท View on GitHub
Time Tracker
Development
Prepare development tools and clone repository
Clone repository
git clone https://github.com/miroslaw-bogacz/time-tracker.git
Install @angular/cli
npm install -g @angular/cli
Install yarn
npm install -g yarn
Build and run Time Tracker for macos
Install all dependencies
yarn install
Build and run development Time Tracker
npm run start:electron and npm run build:watch
Build production version from macos
npm run package:macos