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

相关文章
相关标签/搜索