Welcome to the future of application development! This project is aimed to provide developers with skeleton code to create robust cross-platform desktop applications using Electron, NodeJS, React, and Semantic UI.
Check out the Getting Started guide if you would like to learn how this project was created from the ground up. Basic knowledge of how to install and use NodeJS is required. It is also a good idea to familiar yourself with the Electron toolkit.
- clone project into a directory
- navigate into project directory
- run 'node install' in the console
- wait..
- run 'npm start' or 'yarn start'
- electron applicaiton should display after a short time
You can change the port number that the development server runs on for hot code deployment (auto refresh code changes) in the .env file located in the root of the project.
Edit app.js located in your ./src directory to start coding! GLHF<3
- Upgrade to latest version of electron and semantic
- Add documentation tooling
- Add Eslint, and Pretty
- Compile and mangle code with Browserify
This project was bootstrapped with Create React App. You can find the most recent user guide to this project here
project setup - Christian Sepulveda logging output - marbemac packaging - vicentedealencar