create-react-app

create-react-app

1. 去官網安裝Node.js (npm會一起裝起來)

2. 照著react官網的描述 npm install -g create-react-app

3.create-react-app my-app

4.cd my-app

5.npm start (Then open http://localhost:3000/ to see your app.)