React ES6 Starter: 入门项目配置与运行

React ES6入门项目需要安装Node.js,使用以下命令安装:`brew install node`。应用程序的所有依赖项由npm管理,并在package.json中定义。可以通过运行`npm install`进行安装。启动应用程序可使用`npm start`,访问地址为http://localhost:8080 或 http://localhost:8080/webpack-dev-server/(支持实时重新加载)。
zip 文件大小:4.04KB