Skip to content

Instantly share code, notes, and snippets.

View kaqfa's full-sized avatar
😁

Fahri Firdausillah kaqfa

😁
View GitHub Profile

Creating and running apps

  • ionic start keuangan tabs [must have Internet connection]
  • ionic serve

Setting Browser for Testing

  • Pake firefox, klik Menu->Developer->Responsive Design View [Ctrl+Shift+M]

Application Structure

@kaqfa
kaqfa / readme.md
Created September 19, 2015 07:25
readme tutorial github

Proyek Latihan Koding

Proyek ini digunakan untuk latihan koding PHP dan menyimpannya pada github.

@kaqfa
kaqfa / index.php
Last active September 19, 2015 07:23
Gist tutorial github
<?php
echo "<h1>Hello World Biasa</h1>";
?>