Skip to content

A boilerplate for a Redux-React 'Cordova' application because react native is too new to use in prod. It also has Babel, Webpack and Gulp

Notifications You must be signed in to change notification settings

inderps/react-redux-cordova-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-redux-cordova-boilerplate

A boilerplate for a Redux-React Cordova application using Babel, Webpack and Gulp

Development

  • Run npm install
  • Run npm run dev
  • Go to localhost:8080 to see the app
  • Any changes to src folder will automatically rebuild to www folder

Test

  • Run npm run test

Directory

  • scripts/: All your build scripts
  • src/: All your source code

Cordova Build

Android

  • Run npm run build:android
  • Project will be build inside '.cordova' directory.

iOS

  • Run npm run build:ios
  • Project will be build inside '.cordova' directory.

About

A boilerplate for a Redux-React 'Cordova' application because react native is too new to use in prod. It also has Babel, Webpack and Gulp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages