jimmyrperezpierola / ionic3-firebase-shopping-cart

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

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


Languages

Language:TypeScript 40.1%Language:CSS 37.9%Language:HTML 20.9%Language:JavaScript 1.1%