Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hardchor/timesheets

Repository files navigation

Timesheets App

Stories in Ready

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 && npm install

Run

Run this two commands simultaneously in different console tabs.

$ npm run hot-server
$ npm run start-hot

or run two servers with one command

$ npm run dev

Note: requires a node version >= 4 and an npm version >= 2.

Package and Release

To package the app for local testing, run:

npm run build
npm run pack

Release

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

GH_TOKEN=... npm run release

Then, 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

About

Time tracking done right

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 28