https://github.com/beeman/10-minute-dynamic-mobile-app
How to rapidly create an API and dynamic mobile app, a demo made for a local meetup
https://github.com/beeman/10-minute-dynamic-mobile-app
Last synced: 7 months ago
JSON representation
How to rapidly create an API and dynamic mobile app, a demo made for a local meetup
- Host: GitHub
- URL: https://github.com/beeman/10-minute-dynamic-mobile-app
- Owner: beeman
- License: mit
- Created: 2015-04-02T02:37:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T00:33:39.000Z (about 11 years ago)
- Last Synced: 2024-10-30T03:30:25.382Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://www.meetup.com/twentejs/events/220915697/
- Size: 2.56 MB
- Stars: 9
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 10 Minute Dynamic Mobile App
This demo will show how to create a dynamic mobile application in 10 minutes give or take, more or less ;)
## How to do this?
* [Create a REST API with some content](API.md)
* [Create a Mobile APP with some dynamic screens](APP.md)
* [Create a SDK to connect API and APP](SDK.md)
## Requirements
### The commands `node` and `npm` need to be working on your system.
Refer to [your friend](https://google.com/) on how to do this for your platform.
### Nodemon
We will use nodemon to automatically restart the server when we change our code:
$ npm install -g nodemon
### Framework tools
Read more about [strongloop](https://github.com/strongloop/strongloop/), [ionic](https://github.com/driftyco/ionic-cli)
or [loopback-sdk-angular-cli](https://github.com/strongloop/loopback-sdk-angular-cli).
$ npm install -g strongloop
$ npm install -g ionic
$ npm install -g loopback-sdk-angular-cli
## Test it live!
Deploy this project to Heroku to play around with it!
[](https://heroku.com/deploy)