Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Installation

David García edited this page Nov 19, 2018 · 1 revision

Installation

Run ionic serve in a terminal from the project root.

  1. Clone this repository
git clone https://github.com/dgarcia360/NEMPay
  1. Install ionic and cordova
npm install -g ionic
npm install -g cordova
  1. Install required packages
npm install
  1. Run ionic serve in a terminal to open the project in the browser.
ionic serve
Clone this wiki locally