Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hisasann/electron-react-redux-boilerplate

http://hisasann.github.io/2015/12/08/electron-react-redux-boilerplate/
https://github.com/hisasann/electron-react-redux-boilerplate

boilerplate electron gulp react redux

Last synced: 4 months ago
JSON representation

http://hisasann.github.io/2015/12/08/electron-react-redux-boilerplate/

Awesome Lists containing this project

README

        

:two_women_holding_hands: electron-react-redux-boilerplate :two_women_holding_hands:
===============

## Tools

* ES6
* Gulp
* Webpack(browserify)
* Sass
* Compass
* React
* Redux
* Electron

## Getting Started

set up the necessary files.

npm i

and

bower i

and

bundle install --path vendor/bundle

run a web

npm run local

run a electron

npm run electron

if you want to release build.

npm run product

Please enter the following URL to launch the browser.

http://localhost:4567/

## Directory Structure

├── gulp
│ └── tasks
├── node_modules
├── build
│ ├── images
│ ├── javascripts
│ └── stylesheets
├── source
│ ├── javascripts
│ └── stylesheets
└── vendor
└── ruby modules

## Author

[hisasann](https://github.com/hisasann)

:arrow_up: enjoy! :arrow_up: