react-starter

时间:2021-05-10 07:16:17
【文件属性】:
文件名称:react-starter
文件大小:513KB
文件格式:ZIP
更新时间:2021-05-10 07:16:17
hacktoberfest JavaScript React启动器 具有所有必需品的个人入门套件,可以以最小的重写来启动任何项目。 特征 从头开始React应用程序。 这里没有Create-React-App。 结构化一切! 有些自以为是。 包括故事书集成设置。 从一开始就进行测试。 内置于webpack中的ENV并针对不同的版本做出React dependencies的库数量最少,可以帮助您入门。 devDependencies并不是那么少。 :grinning_face_with_smiling_eyes: 安装 git clone https://github.com/michaelmcshinsky/react-starter; cd react-starter; npm install; npm start;
【文件预览】:
react-starter-master
----.env.example(162B)
----.eslintrc(2KB)
----.gitattributes(65B)
----.env.qa.example(159B)
----public()
--------index.html(268B)
--------favicon.ico(24KB)
--------_redirects(22B)
----yarn.lock(560KB)
----webpack.config.js(2KB)
----src()
--------constants()
--------utilities()
--------services()
--------views()
--------models()
--------components()
--------assets()
--------index.js(195B)
--------routes()
----.env.development.example(168B)
----.babelrc(404B)
----.vscode()
--------settings.json(46B)
----.storybook()
--------main.js(566B)
--------manager.js(134B)
----.env.production.example(167B)
----build()
--------index.html(358B)
--------styles.css(464B)
--------favicon.ico(24KB)
--------index.js(1.11MB)
----__tests__()
--------views()
----.env.staging.example(164B)
----README.md(589B)
----.editorconfig(146B)
----.gitignore(2KB)
----.eslintignore(66B)
----package.json(3KB)

网友评论