electron-semantic-ui-example icon indicating copy to clipboard operation
electron-semantic-ui-example copied to clipboard

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

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 [email protected]: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