react-cordova icon indicating copy to clipboard operation
react-cordova copied to clipboard

A React project template for Apache Cordova

react-cordova travis

A React project template for Apache Cordova.

React Cordova

Prerequisites

Installation

npm install -g gulp
npm install

Development

For development run npm start. That will run a server with live-reload at http://localhost:8000 and will also watch for any js & LESS changes.

npm start

If you only want to build the app use:

npm run build

Plugins

In order to install/remove the plugins there is a script in scripts/plugins.bash. Simply edit it to add the plugins you want to use.

# Removes plugins
bash scripts/plugins.bash remove

# Installs the plugins
bash scripts/plugins.bash install

# Removes and Re-Installs the plugins
bash scripts/plugins.bash

Tests

npm test