Skip to content

ironhee/electron-semantic-ui-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron, Semantic-UI Example

Start developing Electron application easily with the included tooling.

Using gulp, webpack, semantic-ui, react, reflux, lowdb, less, babel(es6), eslint

Install

git clone git@github.com:ironhee/electron-semantic-ui-example.git

Setup

  1. Install NVM
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
  1. Install node 0.11.13 (Electron native-node-module-compatibility)
nvm install 0.11.13
nvm use 0.11.13
  1. Install Bower
npm install -g bower
  1. Install Packages
npm install
bower install
  1. Install Gulp
npm install -g gulp
  1. Build Source
gulp build

Develop

Electron watch: npm run dev

Source watch gulp watch

About

electron & react & semantic-ui & babel & webpack & eslint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages