https://github.com/devgeeks/preactgap
A super simple PhoneGap app using Preact
https://github.com/devgeeks/preactgap
Last synced: 12 months ago
JSON representation
A super simple PhoneGap app using Preact
- Host: GitHub
- URL: https://github.com/devgeeks/preactgap
- Owner: devgeeks
- License: other
- Created: 2016-09-28T20:23:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T01:03:26.000Z (over 9 years ago)
- Last Synced: 2025-06-02T05:10:24.319Z (about 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A PhoneGap app created with Preact
## Workflow
- `npm run dev`
- start a local hot module replacement server at http://localhost:8080
- `npm run lint`
- lint src and test folders using eslint
- `npm run build`
- build static assets (JavaScript bundle, CSS and index.html) into `www`
- After this a standard `phonegap run ios` etc will work