Download the latest release from here.
First, clone the repo via git:
git clone https://github.com/hardchor/timesheets.gitAnd then install dependencies.
$ cd timesheets && npm installRun this two commands simultaneously in different console tabs.
$ npm run hot-server
$ npm run start-hotor run two servers with one command
$ npm run devNote: requires a node version >= 4 and an npm version >= 2.
To package the app for local testing, run:
npm run build
npm run packAfter you've bumped the version number in app/package.json, run:
GH_TOKEN=... npm run releaseThen, head over to https://github.com/hardchor/timesheets/releases and publish.
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