boilereact:启动React项目的样板

时间:2021-04-07 18:12:00
【文件属性】:
文件名称:boilereact:启动React项目的样板
文件大小:221KB
文件格式:ZIP
更新时间:2021-04-07 18:12:00
TypeScript .boilereact 菜单 :laptop: NPM命令 npm start :经典,启动React项目 其他命令 npm run build :构建React项目 npm run lint :运行eslint检查 npm run lint:fix :运行带有标志--fix的eslint检查(参见eslint cli),自动修复常见的synthax错误 npm run test :在监视模式下运行Jest单元测试。 它允许任何动作: Watch Usage › Press a to run all tests. › Press f to run only failed tests. › Press q to quit watch mode. › Press p to filter by a filename regex pattern. › Press t to filter b
【文件预览】:
boilereact-redux-saga
----.gitignore(354B)
----package.json(1KB)
----package-lock.json(729KB)
----src()
--------.eslintrc.json(246B)
--------fragments()
--------react-app-env.d.ts(40B)
--------@types()
--------assets()
--------example()
--------setupTests.ts(260B)
--------index.css(379B)
--------index.tsx(665B)
--------serviceWorker.ts(5KB)
--------internal()
----public()
--------robots.txt(70B)
--------logo192.png(4KB)
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(517B)
--------logo512.png(12KB)
----tsconfig.json(553B)
----README.md(3KB)
----.husky()
--------.gitignore(2B)
--------pre-commit(80B)

网友评论