ReactJSチュートリアルの最初の画面を表示しました。
ReactJSのチュートリアルを表示しました。やり方はFacebookのチュートリアルページ( https://facebook.github.io/react/docs/tutorial.html )をそのままです。
環境はMacです。
react-tutorial を clone
git cloneしたけど何でやってもいいみたい。
git clone [email protected]:reactjs/react-tutorial.git
クローンしたディレクトリに移動します。
cd react-tutorial/
npm installします。ちなみにnodeでやったけど他に色々あってなんでも良いみたいです。
npm install
サーバーを起動する
node server.js
Server started: http://localhost:3000/
ブラウザから表示
node server.js
Server started: http://localhost:3000/
http://localhost:3000/ へアクセスします。
参考
Author And Source
この問題について(ReactJSチュートリアルの最初の画面を表示しました。), 我々は、より多くの情報をここで見つけました https://qiita.com/pugiemonn/items/1a5a34177f327e3e7e18著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .