1
0
Fork
You've already forked htmltron
0
Simple Electron-based HTML viewer
  • JavaScript 69.6%
  • Shell 30.4%
Find a file
2017年01月04日 13:24:45 -05:00
dist init 2016年03月26日 17:52:16 +09:00
.babelrc init 2016年03月26日 17:52:16 +09:00
.gitignore init 2016年03月26日 17:52:16 +09:00
boot.js Initial version of htmltron. 2017年01月04日 13:24:45 -05:00
htmltron Initial version of htmltron. 2017年01月04日 13:24:45 -05:00
LICENSE.md init 2016年03月26日 17:52:16 +09:00
package.json Initial version of htmltron. 2017年01月04日 13:24:45 -05:00
README.md init 2016年03月26日 17:52:16 +09:00

electron template

simple and lightweight electron template

  • easy to use
  • no task runner(e.g. gulp, grunt)
  • ES6 ready
  • browser sync ready
  • standard js(not yet)

Usage

$ git clone https://github.com/mactkg/electron-template.git
$ cd electron-template
$ npm install & npm start
  • Main(node side): boot.js
  • Renderer(client side): app/*

If you need to use react...

$ npm install react react-dom --save
$ npm install babel-preset-react --save-dev

and add react to .babelrc. Supporting JSX is also available

Lisence

CC0 (Public Domain)

please feel free to use it