Recipic - an Instagram-like recipe sharing app. This is designed for Dosudo live coding demo.
Create a new table called "Recipe" with following columns:
- title (string)
- content (string)
- image (file)
- user (pointer to User table)
Then copy your Parse App ID and JS Key into app.js
- Install Ionic CLI
npm install -g ionic
ionic lib update
- Clone this repository
git clone https://github.com/jonchenn/recipic.git
bower install
In the project folder, run:
ionic serve
- Run in iOS
ionic run --device ios
- Run in Android
ionic run --device android