快速建立React apps

可能你在入門的時候,須要裝各類npm包,例如:browser webpack react react-dom babel 等等。node

如今只須要2分鐘,快速搭建環境:react

npm install -g creat-react-app

安裝完成後,建立工程webpack

create-react-app 項目名

完成 ~web

切換到demo目錄下,執行npm start。啓動web servernpm

 

備註:bash

* npm start: Starts the development server.
  * npm run build: Bundles the app into static files for production.
  * npm run eject: Removes this tool. If you do this, you can’t go back!

 

若是沒法使用creat-react-app命令,則須要babel

在.bashrc or ~/.zshrc添加
export PATH=$PATH:./node_modules/.bin
相關文章
相關標籤/搜索