https://github.com/rbrahul/desktop-app-using-electron-react
A user friendly Task Manager Cross OS Desktop Application Built With Electron and Reactjs
https://github.com/rbrahul/desktop-app-using-electron-react
desktop electron flux javascript react reactjs taskmanager
Last synced: 5 months ago
JSON representation
A user friendly Task Manager Cross OS Desktop Application Built With Electron and Reactjs
- Host: GitHub
- URL: https://github.com/rbrahul/desktop-app-using-electron-react
- Owner: rbrahul
- License: mit
- Created: 2016-04-03T18:42:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T09:23:25.000Z (over 9 years ago)
- Last Synced: 2025-04-15T01:40:01.640Z (10 months ago)
- Topics: desktop, electron, flux, javascript, react, reactjs, taskmanager
- Language: JavaScript
- Size: 66.4 MB
- Stars: 28
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# desktop-app-using-electron-react
An user friendly Task Managing Desktop Application Built With Electron and Reactjs
## Application Screen:

## How To Run?
Go to your command line and enter the directory and simply run following command:
```
npm start
```
## To Build Linux 64bit application :
```
npm run build
```
Now you will be able to install/run your application executing **taskmanager** file in **dist/taskmanager-linux-x64 directory**
## NB:
This application has been developed for debian only. If you want to build for windows or mac os then you have to change the dev command in package.json file with your desired platform.
### For Windows:
To create executable file you may follow:
[Electron Packager](https://github.com/electron-userland/electron-packager)
To develope installer you should follow:
[Windows Installer for Electron](https://github.com/unindented/electron-installer-windows)