mo 🐍 framework
Hybrid mobile and web app framework with generators
Create awesome mobile and web apps:
- Using all ES6+ features
- With any view engine you love
- Generating scaffold stuff
- With wireless hot-reload on devices
Fast start
npm install -g mo-framework
mo new my-app && cd my-app
npm install
mo serve
Now open http://x.x.x.x:7777 in your mobile or desktop browser.
Add the page to your device Home Screen to run it in fullscreen.
Using generators
mo generate page Profile
mo generate modal Connection
Now edit views/components/menu/menu.hbs
to include new page to menu.
Using with PhoneGap
cd phonegap/
phonegap platform add ios
phonegap platform add android
cd ../
npm run phonegap
npm run phonegap:emulate
Publishing as web app
npm run webapp
Tune webapp/index.html
if needed and upload webapp
folder to your web hosting.
Demo screenshots