Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farskid/cordova-react-redux-boilerplate
A boilerplate including react, redux, react-router, webpack, cordova
https://github.com/farskid/cordova-react-redux-boilerplate
android-application boilerplate cordova cordova-boilerplate hybrid-apps phonegap ratchet react redux webpack
Last synced: about 3 hours ago
JSON representation
A boilerplate including react, redux, react-router, webpack, cordova
- Host: GitHub
- URL: https://github.com/farskid/cordova-react-redux-boilerplate
- Owner: farskid
- License: mit
- Archived: true
- Created: 2016-11-30T00:22:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T20:49:08.000Z (over 7 years ago)
- Last Synced: 2024-12-16T22:28:32.333Z (about 1 month ago)
- Topics: android-application, boilerplate, cordova, cordova-boilerplate, hybrid-apps, phonegap, ratchet, react, redux, webpack
- Language: CSS
- Homepage:
- Size: 1.16 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# React, Redux, Ratchet, Cordova boilerplate
## What's included
* React
* React router, React redux router
* Redux, Redux Thunk, Redux Logger
* Webpack, Webpack dev server
* Ratchet (scss)
* Cordova## Usage
>Note: If you are using a windows OS, edit `package.json` and replace `export` command with `SET`. _export_ is only valid in unix OS.
* `npm install` to install packages
* change _config.xml_ ot match the project information
* remove `http://localhost:3200/` from _index.html_ in production mode## Scripts
* _server_: runs a local server on __localhost:3200__
* _build:webpack_: build webpack modules to production mode
* _build:cordova_: builds a debug version of android application
* _run:cordova_: runs cordova debug application on connected device or emulator
* _build:cordova:release_: builds android application in release mode## License
The project is MIT licensed.