LoginSignup
6
3

More than 5 years have passed since last update.

React Sketch.appについて

Last updated at Posted at 2018-05-30

デザイン自動化のお仕事をしてる中でSketchについて知らなかったので纏めました。
デザインに詳しくないですが、PhotoShopはWEBに便利で、Sketchはモバイルアプリに便利だという意見あり。

React Sketch.app

React.jsからSketchファイル出力するツール。
Airbnbではデザインシステムの一貫で使ってる?
コード書いてスケッチに落として保存してるそうな。

コードと設定ファイルを書いて → Sketchファイルに変換。

スクリーンショット 2018-05-30 17.20.37.png

サンプルたち
http://airbnb.io/react-sketchapp/docs/examples.html

環境構築

Sketchはmacしか使えない。

Sketchを入手 [Try Free]で1ヶ月使えるみたい
https://www.sketchapp.com/

.appファイルはapplicationフォルダ以下に落としておく。

スケッチの空のプロジェクトを開いておく。
New Document押してくださいませ

スクリーンショット 2018-05-30 17.36.09.png

npmのバージョンとSketchのバージョンが合わないで死ぬことも想定されるそうな。
まずはbasic-setupを動かす。

git clone https://github.com/airbnb/react-sketchapp.git
cd react-sketchapp/examples/basic-setup && npm install

npm run render

パソコン シューシュー言い出して
スケッチの画面が反映されたらOK

スクリーンショット 2018-05-30 17.35.09.png

Profile Cards

cd profile-cards
npm install
npm run render

スクリーンショット 2018-05-30 17.54.39.png

//#timeline-airtable

参考

その他日本語資料

React Sketch.app でコードからデザインファイルを作ってみる
https://dev.classmethod.jp/visual-design/react-sketch-app/
react-sketchappを使った開発ワークフロー
https://persol-pt.github.io/posts/react-sketchapp/

6
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
3