@maorongrong
2018-09-02T06:26:46.000000Z
字数 245
阅读 497
React
前端学习
create-react-app 是来自于 Facebook,通过该命令我们无需配置就能快速构建 React 开发环境。
create-react-app 自动创建的项目是基于 Webpack + ES6 。执行以下命令创建项目:
$ cnpm install -g create-react-app
$ create-react-app my-app
$ cd my-app/
$ npm start
js
jQuery
html&css
bootStarp
AjAx
node.js ?
react