Download the latest release from here.
First, clone the repo via git:
git clone https://github.com/hardchor/timesheets.git
And then install dependencies.
$ cd timesheets && yarn
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
To package the app for local testing, run:
yarn dist
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.
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