File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/4-advanced/05-integration-and-deployment Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Reactによって作成されたブラウザ上で動くアプリケーション
2828 1 . ` npm install -D typescript ` コマンドを実行してTypeScriptをインストールし、` npx tsc --init ` コマンドを実行してTypeScriptの設定を記述するための` tsconfig.json ` ファイルを作成します。
2929 1 . ここでは、TypeScriptファイルを直接実行するために、` npm install -D tsx ` コマンドを実行して<Term >[ tsx] ( https://tsx.is/ ) </Term >をインストールします。` tsx 実行するファイルのパス ` とすることで、TypeScriptファイルを直接実行できます。
3030
31- 1 . [ データーベース ] ( /docs/web-servers/database/ ) の節と同じように、データベースを作成し、Expressを用いてWebサーバーを作成します。
31+ 1 . [ データベース ] ( /docs/web-servers/database/ ) の節と同じように、データベースを作成し、Expressを用いてWebサーバーを作成します。
3232 1 . Supabaseで新しいデータベースを作成します。
3333 1 . ` npm install @prisma/client dotenv ` コマンドと` npm install -D prisma ` コマンドを実行して、Prismaのセットアップに必要なパッケージをインストールします。
3434 1 . ` npx prisma init ` コマンドを実行してPrismaのセットアップに必要なファイルを作成します。作成された` prisma.config.ts ` ファイルを編集し、` .env ` ファイルの内容が読み込まれるようにします。
You can’t perform that action at this time.
0 commit comments