• Stars
    star
    123
  • Rank 289,099 (Top 6 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

📱 Platform and IDE agnostic starter project for building mobile apps with Ionic and TypeScript.

Ionic/TypeScript Starter

Build Status

This is a sample project that I use as a starting point for developing new mobile applications. This starter project targets iOS, Android, Chrome (as an extension), and the web.

It uses the Ionic framework (version 1.x, built on AngularJS 1.x) which makes it possible to rapidly build apps that feel native.

The project is written primarily in TypeScript, which decreases development time and increases maintainability (with object oriented and type-safe code, compile-time checking, and IDE tooling such as refactoring and code completion).

This project is IDE and platform agnostic. I recommend using the free and lightweight Visual Studio Code editor, as it has superb support for TypeScript.

In-browser development and debugging is possible via the Chrome developer tools. When deployed to a physical device, the application runs in the Cordova application container.

If you are developing on Windows or Linux but want to compile and run your application on a remote OS X machine, you can use the built-in gulp emulate-ios-remote task.

Documentation

Documentation is available in the docs directory, or online at the project website.

Quick Start

Install Node.js 4.4.0

All other dependencies are installed in the project directory via npm. To use them, you must add ./node_modules/.bin to your path.

To begin, edit your path, clone the repository, install the node packages, and initialize the development environment.

$ PATH=$PATH:./node_modules/.bin
$ git clone https://github.com/Justin-Credible/Ionic-TypeScript-Starter.git
$ cd Ionic-TypeScript-Starter
$ npm install
$ gulp init

Your environment should now be ready for development! If you encounter errors, check out the full guide to getting started.

More Repositories

1

Ionic-TypeScript-MDHA-Starter

📱 This is an boilerplate starter project I use to bootstrap mobile applications. It is built with Ionic, AngularJS, TypeScript, and runs in Cordova. It is built upon the Visual Studio Tools for Apache Cordova project provided in Visual Studio 2015.
C++
70
star
2

pac-man-emulator

🕹 An emulator for the Pac-Man arcade machine (Zilog Z80 CPU) for Win/Mac/*nix and Xbox One.
C#
37
star
3

Smart-Home-Mobile

🏠 📱 A cross-platform mobile application used to control several smart home devices.
HTML
33
star
4

xbox-uwp-sdl2-starter

🎮 A starter project for building an Xbox UWP app using C# and SDL2 in Visual Studio.
C#
30
star
5

cordova-plugin-braintree

💳 A Cordova plugin for the Braintree mobile payment processing SDK. NOTE: No longer in development, see this fork instead: https://github.com/Taracque/cordova-plugin-braintree
Objective-C
23
star
6

space-invaders-emulator

👾 An emulator for the Space Invaders arcade machine (Intel 8080 CPU).
C#
14
star
7

cordova-plugin-spinner

⌛ A Cordova plugin to prevent user interaction using an animated spinner overlay during a blocking operation.
Objective-C
10
star
8

hld-save-transfer

🎮 Tool that lets you transfer your save games for Hyper Light Drifter between computers.
TypeScript
9
star
9

CHIP-8-Emulator

🎮 An emulator for the CHIP-8 virtual machine.
C#
8
star
10

picobrew-recipes

A mirror of the PicoBrew public recipes website.
HTML
7
star
11

react-native-typescript-boilerplate

The default React Native empty project converted to use TypeScript.
Objective-C
7
star
12

galaga-emulator

🕹 An emulator for the Galaga arcade machine (Zilog Z80 CPU) for Win/Mac/*nix and Xbox One.
C#
6
star
13

Game-Launcher

🎮 A simple frontend designed for an Arcade machine or other game hardware that allows the user to browse a selection of games and start one.
JavaScript
6
star
14

nintendo-vs-frontend

🕹 A frontend for the Nintendo VS. Dual System (aka "Red Tent") arcade cabinet.
TypeScript
4
star
15

cordova-plugin-ouralabs

ℹ️ Cordova plugin for the Ouralabs remote logging platform.
Objective-C
3
star
16

auto-unrar

A quick and dirty command line tool to automatically extract rar files.
C#
2
star
17

network-scanner

A simple tool for *nix systems to scan and report unknown devices on a LAN.
C#
2
star
18

network-watcher-reporter

A quick and dirty command line tool to send push notifications when new devices are detected on the network.
C#
1
star
19

the-week-magazine-unofficial

📱 📰 An unofficial Android app for The Week magazine (built with Ionic/TypeScript).
TypeScript
1
star
20

Centrafuse-Pandora-Plugin

🎶 🚗 Pandora Internet Radio plugin for the Centrafuse Auto car PC frontend software.
C#
1
star
21

blog-photo-resizer

A quick and dirty tool to resize photos for my personal blog.
C#
1
star