Skip to content

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

License

Notifications You must be signed in to change notification settings

HydroCarbons/ToDux

Repository files navigation

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

License

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

Releases

No releases published

Packages

No packages published