Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/hisasann/electron-react-redux-boilerplate
- Owner: hisasann
- Created: 2015-12-01T06:00:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:36:01.000Z (about 1 year ago)
- Last Synced: 2024-04-16T22:31:19.830Z (10 months ago)
- Topics: boilerplate, electron, gulp, react, redux
- Language: JavaScript
- Homepage:
- Size: 340 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 iand
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: