https://github.com/hardchor/timesheets
Time tracking done right
https://github.com/hardchor/timesheets
electron react timesheet
Last synced: 8 months ago
JSON representation
Time tracking done right
- Host: GitHub
- URL: https://github.com/hardchor/timesheets
- Owner: hardchor
- License: mit
- Created: 2016-05-11T22:33:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T07:54:59.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T04:23:57.075Z (about 1 year ago)
- Topics: electron, react, timesheet
- Language: JavaScript
- Homepage: http://burgiblog.com/timesheets/
- Size: 2.47 MB
- Stars: 99
- Watchers: 4
- Forks: 22
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Timesheets App
[](https://burgiblog.com/timesheets/)
[](https://waffle.io/hardchor/timesheets)
[](https://burgiblog.com/timesheets/)
## Install
Download the latest release from [here](https://github.com/hardchor/timesheets/releases).
---
## Development
### Install
First, clone the repo via git:
```bash
git clone https://github.com/hardchor/timesheets.git
```
And then install dependencies.
```bash
$ cd timesheets && yarn
```
### Run
Run these two commands __simultaneously__ in different console tabs:
```bash
yarn hot-server
yarn start-hot
```
or run both with one command:
```bash
yarn dev
```
*Note: requires a node version >= 8 and yarn*
### Package and Release
To package the app for local testing, run:
```bash
yarn dist
```
### Release
After you've bumped the version number in `app/package.json`, run:
```bash
GH_TOKEN=... CSC_NAME=... yarn release
```
Then, head over to https://github.com/hardchor/timesheets/releases and publish.
---
### Contributors
Special thanks go to:
* [Jack Wilkinson](https://github.com/guacjack)
> Originally based on the fantastic [chentsulin/electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate)
> MIT © [C. T. Lin](https://github.com/chentsulin)
>
> [Electron](http://electron.atom.io/) application boilerplate based on [React](https://facebook.github.io/react/), [Redux](https://github.com/reactjs/redux), [React Router](https://github.com/reactjs/react-router), [Webpack](http://webpack.github.io/docs/), [React Transform HMR](https://github.com/gaearon/react-transform-hmr) for rapid application development