React框架

搭建React框架:
$ cnpm install -g create-react-app
$ create-react-app my-app
$ cd my-app/
$ npm start

code by trister
原文地址:https://www.cnblogs.com/tristers/p/12189429.html