curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
yum -y install nodejs
安装flux
$ git clone https://github.com/ruanyf/extremely-simple-flux-demo.git
$ cd extremely-simple-flux-demo && npm install
$ npm start
安装React
$ git clone git@github.com:ruanyf/react-demos.git
原文链接:https://www.f2er.com/centos/379042.html