https://github.com/22a/ducss-signup
:clipboard: iOS + Android applications for Freshers' week sign ups
https://github.com/22a/ducss-signup
Last synced: about 1 month ago
JSON representation
:clipboard: iOS + Android applications for Freshers' week sign ups
- Host: GitHub
- URL: https://github.com/22a/ducss-signup
- Owner: 22a
- Created: 2015-09-04T12:09:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T10:48:20.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T13:52:35.708Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.16 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [DUCSS](http://www.ducss.ie) Signup Apps
Ionic project that builds in to the Android and iOS apps for DUCSS' freshers' week apps.
### Prerequisites
* An mac (for iOS dev)
* An android studio (for alien dev)
* An node
### Getting Started
Install ionic:
```bash
npm install -g ionic
```
Install CLI for iOS Emulator (if mac):
```bash
sudo npm install -g ios-sim
```
Clone this
```bash
git clone git@github.com:22a/DUCSS-signup.git
```
Jump into the dir
```bash
cd Ducss-signup
```
Add a platform
```bash
ionic platform add ios
```
Run it on a simulator
```bash
ionic emulate ios
```