cowboy0626 / HomeSweetHome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Sweet Home

Sample project for Ionic2 study

Prerequisites

It's Ionic2 project. so you need to know how to serve and release Ionic2 project. Install Ionic CLI and Cordova

npm install ionic -g ionic cordova

Getting Started

Download this project's source file or clone the repository.

git clone git@github.com:cowboy0626/HomeSweetHome.git

Then create your project, change directory and run your project --v means build with Angular2

ionic start yourProjectName --v
cd yourProjectName
ionic serve

Deployment (Example for Android)

Install Java SDK and Android SDK

Install Template Tools

It should have been released normally After installing Android SDK, but you will meet the message "Could not find gradle ..." It's kind of bug

  • Android Path must be set before all things below.
  • Download the latest command line tools (https://developer.android.com/studio/index.html -> very bottom part)
  • Unzip -> copy and paste "tools > templates" folder to your android sdk folder (/Libraries/Android/sdk/tools/) (press option key to see Libraries folder in your Finder)

Release

ionic build android

Author

  • Muhyun Kim

License

This project is licensed under the MIT License

About


Languages

Language:TypeScript 55.8%Language:HTML 26.5%Language:CSS 14.4%Language:JavaScript 3.3%