Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
phonegap-template-react-hot-loader
Advanced tools
PhoneGap Template using React, ES2015, Webpack, and hot module reloading
React.js Cordova / PhoneGap Template with Babel, Webpack and Hot 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 --template=phonegap-template-react-hot-loader
or
phonegap create MyAppName --template react-hot-loader
then
cd MyAppName
npm install
Run this to start the development webpack server:
npm start
You can then open the app in your browser by visiting localhost:8080
Open it in the iOS Simulator by running (in another terminal):
cordova platform add ios
npm run ios
Or in the Android emulator with:
cordova platform add android
npm run android
(both of which are just calling cordova run ios
and cordova run android
)
In this mode, the app will live-reload changes to React components using react-hot-loader and CSS changes using the Webpack CSS loader.
To build the app without the development hot module reloading server:
npm run build [ -- ios || android]
i.e.:
npm run prepare -- ios
npm run prepare -- android
This will switch your config.xml
file to production mode, build the app bundle to /www
using Webpack, and run cordova build
for you.
After that, the normal Cordova / PhoneGap commands can be used such as phonegap serve
, or cordova run ios
, etc.
MIT. Copyright (c) 2016 Jed Watson.
FAQs
PhoneGap Template using React, ES2015, Webpack, and hot module reloading
The npm package phonegap-template-react-hot-loader receives a total of 0 weekly downloads. As such, phonegap-template-react-hot-loader popularity was classified as not popular.
We found that phonegap-template-react-hot-loader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.