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

https://github.com/hydrocarbons/todux

Sample desktop ToDo app using Electron, React, Redux, Babel, Webpack and Electron-builder
https://github.com/hydrocarbons/todux

2018 adf desktop-application electron es2015 hydrocarbons react react-redux reactjs redux stage-2 webpack3

Last synced: about 2 months ago
JSON representation

Sample desktop ToDo app using Electron, React, Redux, Babel, Webpack and Electron-builder

Awesome Lists containing this project

README

          

# ToDux
Sample desktop ToDo app using Electron, React, Redux, Babel, Webpack and Electron-builder based on this boilerplate https://github.com/HydroCarbons/electron-react-boilerplate-2018

## Prepare
1. **NodeJS**
``` https://nodejs.org/en/download/ ```
2. **Webpack**
``` npm install --global webpack ```
3. **Clone this repository**
``` $ https://github.com/HydroCarbons/ToDux.git ```
4. **Switch to project***
```cd ToDux```
5. **Install Depedencies***
``` npm install ```

## Development Environment

```
npm run dev
```

Or,

```
npm run devbuild
```

Or,

```
npm run devbuild && npm run package
```

## Production Environment

```
npm run prod
```

Or,

```
npm run prodbuild
```

Or,

```
npm run prodbuild && npm run package
```

## App screenshot
![Alt text](https://github.com/HydroCarbons/ToDux/blob/master/docs/app.png)

## License
This project is licensed under the Apache License 2.0, Copyright (c) 2018 HydroCarbons. For more information see LICENSE.md.