Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 455 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 455 Bytes

CRUapp

Installation

Ubuntu 14.04

  1. Install node.js 4.3.0 or just use a Digital Ocean droplet that already includes node

  2. Install cordova sudo npm install -g cordova

  3. Install ionic sudo npm install -g ionic

  4. Install gulp sudo npm install -g gulp

  5. Install dependencies

cd ${RepositoryDirectory}
npm install
  1. Run ionic!
ionic serve --all # Server on all addresses so that we can access from anywhere