Skip to content

changamire/framework7-react-phonegap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework7 v3 React PhoneGap template

This project is inspired by Ben Compton's original work on Framework7 and React. It provides a template for an application based on the excellent Framework7 framework using ReactJS, and all wrapped up with PhoneGap.

Crucially, and in contrast to other starter templates available, the project does not rely on the Create React App tool, deliberately in order to expose the configuration to the developer.

To get started, clone this repository as whatever you want to name your app:

git clone https://github.com/changamire/framework7-react-phonegap.git my-app

Running the app, local dev server with live reload:

npm install
npm run start

To build your app for deployment, run:

npm run build

The www folder will then contain all of your app's files, optimized and ready for deployment.

To build the app for iOS and Android, you can zip the output www directory and upload the archive to

https://build.phonegap.com/

Or install Phonegap locally and build deployable artifacts there.

To run the application in an iOS simulator:

cordova platform add ios
npm run build
cordova run ios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published