-
Notifications
You must be signed in to change notification settings - Fork 1
*Set up guide*
nabgilby edited this page Jun 28, 2017
·
9 revisions
This wiki will guide you through downloading the example app and starting to develop your own app. You will need a personal computer and need to be open to learning some development on your own. We will get you started and then guide you with some useful tutorials so that you can make your own app.
Start by following these steps:
- Read the Introduction
- Install all of the tools from the Tools list. This includes web tools and the ionic framework and tools.
- Download this project to your computer. Refer to the Web example app Wiki to copy the project files. Downloading project
- Add the parse keys to the app Follow the Parse keys guide to configure the app to work with your parse account.
- Try running your app by following the Running Ionic
- Learn how to add a button in our app Follow our guide to adding a button. Follow the Adding buttons guide.
- Use your web development skills to build mobile apps.