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

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

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!

[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)