https://github.com/akimach/electron-react-webpack-sqlite3-boilerplate
A boilerplate of Electron for React/Webpack/SQLite3/ES6
https://github.com/akimach/electron-react-webpack-sqlite3-boilerplate
boilerplate electron es6 javascript react reactjs sqlite webpack
Last synced: about 1 month ago
JSON representation
A boilerplate of Electron for React/Webpack/SQLite3/ES6
- Host: GitHub
- URL: https://github.com/akimach/electron-react-webpack-sqlite3-boilerplate
- Owner: akimach
- License: mit
- Created: 2017-11-29T01:07:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T02:14:01.000Z (about 8 years ago)
- Last Synced: 2025-01-04T22:25:16.823Z (about 1 year ago)
- Topics: boilerplate, electron, es6, javascript, react, reactjs, sqlite, webpack
- Language: JavaScript
- Homepage:
- Size: 215 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
electron-react-webpack-sqlite3-boilerplate
===
[](LICENSE)
Electron boilerplate for React/Webpack/SQLite3/ES6
Supports :
* ES6
* Webpack
* React
* SQLite3
## Usage
```
$ git clone https://github.com/akimach/electron-react-webpack-sqlite3-boilerplate.git
$ npm install
$ npm start
```
For Yarn users :
```
$ yarn install
$ yarn run start
```
## Building a release package
```
$ npm run release
```
## Special Thanks
* [sjmelia/electron-boilerplate-sqlite](https://github.com/sjmelia/electron-boilerplate-sqlite)