Skip to content

An application that allows users to quickly set up development environments.

License

Notifications You must be signed in to change notification settings

BossCodersHQ/Autoconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Note: This repo is still in development!!

Please come back soon if you're looking for a fully developed version

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.

Install

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

Starting Development

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

Packaging for Production

To package apps for the local platform:

$ yarn package