最近刚学习React,决定实现一个稍微复杂完整的项目,实战一下React-Redux-Antd等库
开发环境配置
Ubuntu16.04
1,开发软件
sudo apt install npm
sudo apt install git
2,采用atom作为编辑器
3,采用react ant admin作为脚手架
$ git clone /bodyno/ ./MyZhiHuApp $ cd ./MyZhihuApp $ npm install # Install project dependencies $ npm start # Compile and launch现在打开浏览器,输入localhost:3000, 你就可以看登录框。
请看下一篇。