Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hatena/ios-intern-bookmark-simple-swift-2014

はてなインターン2014版サンプルブックマークiOSアプリ(Swift- シンプル版)
https://github.com/hatena/ios-intern-bookmark-simple-swift-2014

Last synced: about 18 hours ago
JSON representation

はてなインターン2014版サンプルブックマークiOSアプリ(Swift- シンプル版)

Awesome Lists containing this project

README

        

# セットアップ

## サーバー

https://github.com/hatena/Intern-Bookmark-2014

`http://localhost:3000/` で動いている前提

## CocoaPods

外部モジュール管理ツールです

### CocoaPods のインストール

```
$ [sudo] gem install cocoapods
$ pod setup
```

### 外部モジュールセットアップ

```
$ pod install
```

# アプリ起動

Xcode で **Run**