Related Topics
Installing Web source files
Installing the IONIC (Android/IOS)

Get started with Lindoo and Belloo - Ionic Framework

Start building high-quality mobile dating apps with the tech you know and love.

Install Node.js

First, install Node.js. Then install the latest Cordova and Ionic command-line tools in your terminal.

Install Node.js

Install Ionic

Install the latest Cordova and Ionic command-line tools in your terminal

npm install -g cordova ionic

Start a ionic app

Create an Ionic App using one of the ready-made app templates
"appname" is the folder where the app will be generated

ionic start "apppname" blank --type=ionic1

cd "appname"

Download latest Lindoo/Belloo ionic source

Save it in your computer in a place where you remember

Download Lindoo Ionic

Download Belloo Ionic

Adding lindoo/belloo www folder

Go to the root folder where you have your ionic app installed and exchange the exisiting www folder for the lindoo/belloo www folder

Point the app to your domain

Go to the www folder and open index.html file, then in the header you will find the place to add your url make sure to include http:// or https://

Run ionic local

Run the mobile/app locally for check and edit if you want to edit something

ionic serve

Deploying to a Device

Testing your app in the browser with ionic serve or with an emulator is fast, easy and convenient when your app is in development, but eventually you’re going to have to test on a device.

Go to tutorial