GregTheDev / SUGSA-App2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conference App

Table of Contents

Getting Started

This repo only works with ionic 2.0.0, to run install: npm install ionic@2.0.0 -g This repo also only works with Node 6, not Node 8.

  • Clone this repository.
  • Want to use TypeScript? Both the master branch and the typescript branch now use TypeScript.
  • Run npm install from the project root.
  • Install the ionic CLI (npm install -g ionic@2.0.0)
  • Run ionic serve in a terminal from the project root.
  • Go to http://localhost:8100/lab.html for a hosted lab view
  • Profit

Note: Is your build slow? Update npm to 3.x: npm install -g npm.

App Preview

All app preview screenshots were taken by running ionic serve --lab on a retina display.

About

License:Apache License 2.0


Languages

Language:TypeScript 39.8%Language:HTML 30.5%Language:CSS 14.4%Language:JavaScript 9.0%Language:Shell 5.3%Language:Ruby 1.0%