Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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- シンプル版)
- Host: GitHub
- URL: https://github.com/hatena/ios-intern-bookmark-simple-swift-2014
- Owner: hatena
- Created: 2015-02-10T07:38:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T01:31:40.000Z (over 9 years ago)
- Last Synced: 2024-04-15T00:04:59.792Z (7 months ago)
- Language: Swift
- Size: 158 KB
- Stars: 21
- Watchers: 44
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**