create-react-app 搭建 react開發環境

一、react項目快速搭建  http://www.javashuo.com/article/p-bhurqxzs-mo.html
css

$ cnpm install -g create-react-app
$ create-react-app my-app
$ cd my-app/
$ npm start

二、create-react-app 建立的 項目 目錄 介紹 :https://segmentfault.com/q/1010000010275441html

   注意:build是編譯好的js/css/html文件  react

相關文章
相關標籤/搜索