Cordova / PhoneGap Template using Framework7, React, ES2017, Webpack, and hot module reloading
To use this template, you'll need Node.js v4 or newer.
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 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
MIT. Copyright (c) 2017 Emmanuel Mota.