Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)