An open API service indexing awesome lists of open source software.

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

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