An Electron application that allows users to quickly set up development environments. It is based off of Electron React Boilerplate which uses Electron, React, Redux, React Router, Webpack and React Hot Loader for rapid application development (HMR).
The electron app works with Ansible to set up enviornments swiftly with the click of a button.
- Please check out the original project](https://github.com/electron-react-boilerplate/electron-react-boilerplate/)
First, clone the repo via git:
git clone https://github.com/kbnyakundi/Autoconfig.git your-project-name
And then install the dependencies with yarn.
$ cd your-project-name
$ yarn
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
$ yarn dev
To package apps for the local platform:
$ yarn package