#Phonegap + React mobile application
Old home pet-project. React/Phonegap/React-Bootstrap/Gulp/Webpack
- Install Phonegap
$ sudo npm install phonegap -g
- clone this repo
$ git clone https://github.com/maullerz/gowtools.git
- Set it up
$ npm install
$ gulp create
$ gulp build-app
- Run it
$ gulp serve
- Point your Phonegap Developer App to the suggested URL
That's it!
- While developing:
$ gulp serve
$ gulp (on another tab)
this will rebuild the app automatically every time you edit the source code
Build configurations are located in
./build.configs.js
src/config.xml
inspired by https://github.com/kjda/ReactJs-Phonegap