An open API service indexing awesome lists of open source software.

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

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:

![Task Manager](https://raw.githubusercontent.com/rbrahul/desktop-app-using-electron-react/master/task-manager-using-electron-react.png "Task Manager built with Electron and ReactJS")

## 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)