2
2

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 5 years have passed since last update.

ReactJSチュートリアルの最初の画面を表示しました。

Posted at

ReactJSのチュートリアルを表示しました。やり方はFacebookのチュートリアルページ( https://facebook.github.io/react/docs/tutorial.html )をそのままです。

環境はMacです。

react-tutorial を clone

git cloneしたけど何でやってもいいみたい。

git clone git@github.com:reactjs/react-tutorial.git

クローンしたディレクトリに移動します。

cd react-tutorial/

npm installします。ちなみにnodeでやったけど他に色々あってなんでも良いみたいです。

npm install

サーバーを起動する

node server.js 

Server started: http://localhost:3000/

ブラウザから表示

http://localhost:3000/ へアクセスします。

らしきものが表示できました。
ReactJS tutorial

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?