文件名称:react-web-app-boilerplate
文件大小:41KB
文件格式:ZIP
更新时间:2024-06-08 00:46:08
JavaScript
快速开始 1.获取最新版本 您可以通过运行以下命令在本地机器上克隆最新版本的React Web App Boilerplate开始: $ git clone -o react-web-app-boilerplate -b master --single-branch \ https://github.com/sylee999/react-web-app-boilerplate.git MyApp $ cd MyApp 2.运行yarn install 3.起动yarn start 请注意, yarn start命令以development模式启动应用程序,在这种情况下,未优化和最小化已编译的输出文件。 您可以使用--release命令行参数来检查您的应用在发布(生产)模式下的工作方式: $ yarn start -- --release 如何构建,测试,部署 如果您只需要
【文件预览】:
react-web-app-boilerplate-master
----.gitignore(338B)
----README.md(2KB)
----public()
--------css()
--------manifest.json(298B)
--------images()
--------index.html(816B)
--------favicon.ico(24KB)
----package.json(1KB)
----src()
--------containers()
--------rootReducer.js(712B)
--------index.js(423B)
--------configureStore.js(620B)