Skip to content

hardchor/timesheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

759f5b5 · Aug 30, 2017
Aug 30, 2017
May 26, 2016
May 11, 2016
May 20, 2015
Feb 4, 2016
Jun 8, 2015
Aug 30, 2017
Apr 15, 2016
May 18, 2016
May 18, 2015
May 14, 2016
Apr 18, 2016
May 18, 2015
Aug 30, 2017
Jul 5, 2015
Aug 30, 2017
Apr 8, 2016
Oct 12, 2016
May 20, 2016
May 26, 2016
May 18, 2016
May 26, 2016
Aug 30, 2017

Repository files navigation

Timesheets App

Github All Releases Stories in Ready Badges

Install

Download the latest release from here.


Development

Install

First, clone the repo via git:

git clone https://github.com/hardchor/timesheets.git

And then install dependencies.

$ cd timesheets && yarn

Run

Run these two commands simultaneously in different console tabs:

yarn hot-server
yarn start-hot

or run both with one command:

yarn dev

Note: requires a node version >= 8 and yarn

Package and Release

To package the app for local testing, run:

yarn dist

Release

After you've bumped the version number in app/package.json, run:

GH_TOKEN=... CSC_NAME=... yarn release

Then, head over to https://github.com/hardchor/timesheets/releases and publish.


Contributors

Special thanks go to:

Originally based on the fantastic chentsulin/electron-react-boilerplate MIT © C. T. Lin

Electron application boilerplate based on React, Redux, React Router, Webpack, React Transform HMR for rapid application development