Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T02:14:01.000Z (almost 7 years ago)
- Last Synced: 2023-07-17T20:46:15.382Z (over 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
===[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](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)