文件名称:typescript-create-react-app-example:我的真棒TypeScript创建React应用示例
文件大小:213KB
文件格式:ZIP
更新时间:2024-02-27 11:17:15
react redux sass typescript redux-saga
该项目是通过。 可用脚本 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。 打开在浏览器中查看。 如果进行编辑,页面将重新加载。 您还将在控制台中看到任何棉绒错误。 npm test 在交互式监视模式下启动测试运行程序。 有关更多信息,请参见关于的部分。 npm run build 构建生产到应用程序build文件夹。 它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。 最小化内部版本,文件名包含哈希值。 您的应用已准备好进行部署! 有关更多信息,请参见有关的部分。 npm run eject 注意:这是单向操作。 eject ,您将无法返回
【文件预览】:
typescript-create-react-app-example-master
----.gitignore(316B)
----package.json(2KB)
----tslint.json(577B)
----src()
--------react-app-env.d.ts(40B)
--------scss()
--------views()
--------logo.svg(3KB)
--------environments()
--------constants()
--------utilities()
--------index.scss(203B)
--------index.tsx(1KB)
--------stores()
--------typings.d.ts(178B)
--------serviceWorker.ts(6KB)
----.nvmrc(8B)
----public()
--------data()
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(306B)
----tsconfig.json(875B)
----README.md(2KB)
----config-overrides.js(425B)
----.yarnrc(15B)
----.editorconfig(186B)
----yarn.lock(440KB)