Skip to content

p3nGu1nZz/electron-react-semantic-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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.

Pre-Requistes

Quick Start

  • 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

Wishlist

  • Upgrade to latest version of electron and semantic
  • Add documentation tooling
  • Add Eslint, and Pretty
  • Compile and mangle code with Browserify

References

This project was bootstrapped with Create React App. You can find the most recent user guide to this project here

Special Thanks

project setup - Christian Sepulveda logging output - marbemac packaging - vicentedealencar

Packages

No packages published

Languages

  • JavaScript 79.5%
  • HTML 16.4%
  • CSS 4.1%