JS Framework
Ionic
Start from template
12 min
start your ionic project from an app template introduction in this section you learn how to get started with an ionic template and get ready to use back4app in 4 steps prerequisites to complete this quickstart, you need visual studio code (or any web ide you like) ionic framework an app created at back4app follow the new parse app tutorial to learn how to create a parse app at back4app 1 get the template download the template at our github repository , and unzip files in your project folder you can do that using the following command line 2\ navigate to the extracted folder and install the depedencies using the following command line 2 open the project template open visual studio code click on open folder open folder 3\ navigate to the project folder and click on ok ok 4\ wait for visual studio to open 3 set up app’s credentials update your strings values to set up the app’s credentials parse javascript sdk uses these settings to connect to the back4app servers in order to do that, follow these steps open your home typescript file /src/pages/home/home ts /src/pages/home/home ts 2\ go to your app dashboard at back4app website 3\ navigate to app’s settings click on server settings server settings > core settings core settings block > settings settings 4\ return to your home ts home ts file and paste your app id app id and javascript key javascript key see more at our new parse app guide 4 testing your connection run your app on your browser 1\ wait until a new tab opens on your browser i n order to see the page in a phone frame, press f12 f12 2\ login at back4app website https //www back4app com/ 3\ find your app and click on dashboard dashboard 4\ click on core core 5\ go to browser browser if everything works properly, you should find a class named installation installation as follows it’s done! at this point, you have learned how to get started with ionic apps