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.

Reactの環境構築

Posted at

この記事の概要

Reactの環境構築について記す。

Reactのインストール→アプリ作成→アプリ起動

Reactのインストール(homebrew)

// homebrewでnode,npmのインストール
$ brew install nodejs

Reactアプリ作成

// アプリ作成
$ npx create-react-app .

Reactアプリ起動

// アプリ起動
$ npm start
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?