0.0.1 • Published 7 years ago

Cordova-react-redux-boilerplate v0.0.1

Weekly downloads
15
License
MIT
Repository
github
Last release
7 years ago

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

  • 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.