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 && npm install
Run these two commands simultaneously in different console tabs:
npm run hot-server
npm run start-hot
or run both with one command:
npm run dev
Note: requires a node version >= 4 and an npm version >= 2.
To package the app for local testing, run:
npm run build
npm run pack
After you've bumped the version number in app/package.json
, run:
GH_TOKEN=... CSC_NAME=... npm run 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