最近刚学习React,决定实现一个稍微复杂完整的项目,实战一下React-Redux-Antd等库
开发环境配置
Ubuntu16.04
1,开发软件
sudo apt install npm
sudo apt install git
2,采用atom作为编辑器
3,采用react-start-kit作为脚手架
$ git clone https://github.com/bodyno/react-starter-kit.git $ cd react-starter-kit $ npm install # Install project dependencies $ npm start # Compile and launch现在打开浏览器,输入localhost:3000,你就可以看到一只小鸭子,这时候你就装好啦。
希望不要烂尾吧。