Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

A boilerplate including react, redux, react-router, webpack, cordova

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.