React Starter Kit:入门级React应用创建工具包

React启动器是一个专为创建通用React应用程序而设计的入门套件。它不仅提供了产品特点和附加功能,还支持单独的分支(例如)。 - 安装依赖项: `npm install` - 启动开发服务器:`npm run dev` - 开始生产服务器:设置环境变量为 production,然后运行命令:`NODE_ENV=production npm run build && npm start` 版权信息: MIT许可证
zip
react-starter-master.zip 预估大小:26个文件
folder
react-starter-master 文件夹
file
.travis.yml 89B
file
.eslintrc 123B
file
.babelrc 88B
file
package.json 2KB
file
LICENSE 1KB
folder
src 文件夹
folder
client 文件夹
file
index.js 292B
folder
server 文件夹
file
index.js 783B
folder
middleware 文件夹
file
webpack.js 376B
file
render.js 1KB
folder
app 文件夹
folder
routes 文件夹
folder
About 文件夹
file
index.js 52B
file
About.js 130B
folder
Home 文件夹
file
index.js 49B
file
Home.js 127B
folder
NotFound 文件夹
file
index.js 61B
file
NotFound.js 442B
folder
components 文件夹
folder
App 文件夹
file
App.css 201B
file
index.js 46B
file
App.js 566B
folder
Navigation 文件夹
file
Navigation.js 730B
file
index.js 67B
file
Navigation.css 195B
file
.gitignore 30B
file
README.md 1KB
folder
webpack 文件夹
file
webpack.client.babel.js 2KB
file
webpack.server.babel.js 2KB
file
common.js 931B
zip 文件大小:13.56KB