electron-semantic-ui-example
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
- Install NVM
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
- Install node 0.11.13 (Electron native-node-module-compatibility)
nvm install 0.11.13
nvm use 0.11.13
- Install Bower
npm install -g bower
- Install Packages
npm install
bower install
- Install Gulp
npm install -g gulp
- Build Source
gulp build
Develop
Electron watch: npm run dev
Source watch gulp watch