10-minute-dynamic-mobile-app

How to rapidly create an API and dynamic mobile app, a demo made for a local meetup

MIT License

Stars
9

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?

Requirements

The commands node and npm need to be working on your system.

Refer to your friend 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, ionic or 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!