Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 691 Bytes

File metadata and controls

16 lines (12 loc) · 691 Bytes

Foodloop_ionic

Build instruction

To create Ionic 2 projects, you’ll need to install the latest version of the CLI and Cordova. Before you do that, you’ll need a recent version of Node.js. Download the installer for Node.js 6 or greater and then proceed to install the Ionic CLI and Cordova for native app development:

$ npm install -g ionic cordova

Step 1. Create a blank template using

$ "ionic start Foodloop blank --v2"

Step 2.

Download src and config files from Github.

Copy and replace src folder and config file of the Foodloop folder

Step 3. Testing platforms command

Localhost - $ "ionic serve"

Android - $ "ionic build android"