Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.01 KB

Ionic Firebase Shopping Cart

This repository is part of an ionic tutorial that explains how to create ionic 3 ecommerce with firebase.

Donation Donate

If this project help you reduce time to develop, you can give me a cup of coffee (or a Beer of course) :)

Support via PayPal

Check the complete step by step tutorial in: http://www.developerslearnit.com/2018/01/building-ionic-3-shopping-cart-app-with-firebase-realtime-database-part-1.html

Installation

Install dependencies

npm install

Run the ionic app

The plugins required in this app use cordova, so it will not work in the browser. You need to try it on a real device or on an emulator

ionic cordova platform add android
ionic cordova run android