Simple Electron-based HTML viewer
| dist | init | |
| .babelrc | init | |
| .gitignore | init | |
| boot.js | Initial version of htmltron. | |
| htmltron | Initial version of htmltron. | |
| LICENSE.md | init | |
| package.json | Initial version of htmltron. | |
| README.md | init | |
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