文件名称:react-template:样板React模板
文件大小:233KB
文件格式:ZIP
更新时间:2024-03-18 03:28:30
JavaScript
React样板模板 一个样板的React模板。 使用 签出此仓库,安装依赖项,然后在终端中运行以下命令。 > git clone https://github.com/iknowhtml/react-template.git > cd react-template > yarn install 然后运行yarn start以开发模式启动该应用程序。
【文件预览】:
react-template-master
----.storybook()
--------config.js(466B)
--------main.js(219B)
----package.json(2KB)
----tests()
--------app()
--------setupTests.js(123B)
--------components()
----prettier.config.js(105B)
----src()
--------index.js(157B)
--------components()
----.eslintrc.js(468B)
----webpack.config.babel.js(3KB)
----stylelint.config.js(147B)
----.gitignore(51B)
----README.md(334B)
----yarn.lock(590KB)
----postcss.config.js(167B)
----babel.config.js(72B)