0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

expoのプロジェクト作成まで

0
Posted at

メモ:手順のみ残す!
expoについての説明はこれがわかりやすい

下準備

■node.jsのインストール/バージョン確認
node --version
->v20.10.0

■expoのアカウント作成
expo公式サイト:

プロジェクト作成

■フォルダ作る
image.png

■expoのインストール
npm install expo-cli --global

■プロジェクト作成
expo init プロジェクト名
image.png

blankを選択

■expoログイン
expo login

usernameとpasswordの入力

サーバの起動と停止

■サーバ起動
expo start
※プロジェクトフォルダに移動してからコマンド操作

■接続終了
stopped server(Ctrl+C)

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?