Skip to content

emmanuellmota/phonegap-template-framework7-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework7 React Hot Reloading Template

Cordova / PhoneGap Template using Framework7, React, ES2017, Webpack, and hot module reloading

Demo

Getting Started

Prerequisites

To use this template, you'll need Node.js v4 or newer.

Installation

To use this as a template, use Cordova 6.0.0+ and create a new project:

cordova create MyAppName com.cordova.myappname MyAppName --template https://github.com/emmanuellmota/phonegap-template-framework7-react

or

phonegap create MyAppName --id "com.phonegap.myappname" --name "MyAppName" --template "https://github.com/emmanuellmota/phonegap-template-framework7-react"

then

cd MyAppName && cordova platform add browser && npm i

or

cd MyAppName && phonegap platform add browser && npm i

Run the app in the browser / simulator

Run this to start the development webpack server:

cordova serve

or

phonegap serve

You can then open the app in your browser by visiting localhost:3000

License

MIT. Copyright (c) 2017 Emmanuel Mota.

About

PhoneGap Template using Framework7, React, ES2017, Webpack, and hot module reloading

Resources

License

Stars

6 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors