Skip to content

manosim/react-cordova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A React project template for Apache Cordova

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published