文件名称:一个React应用程序:仅学习完整堆栈React
文件大小:2.24MB
文件格式:ZIP
更新时间:2024-03-07 15:38:58
react json typescript server reactjs
React中的提醒应用 您可以使用Yarn运行命令,或使用npm run ...代替yarn ... 要安装依赖项,请使用yarn 要运行服务器,请使用yarn server 要在dev中运行,请使用yarn start 建立使用yarn build 另外,您可以使用root的serve -s build测试构建中的应用程序。
【文件预览】:
one-react-app-master
----.gitignore(289B)
----package.json(1KB)
----package-lock.json(822KB)
----src()
--------components()
--------react-app-env.d.ts(40B)
--------index.css(3.75MB)
--------index.tsx(340B)
--------tailwind.css(304B)
--------reportWebVitals.ts(425B)
--------App.tsx(4KB)
----build()
--------robots.txt(67B)
--------static()
--------index.html(3KB)
--------favicon.ico(4KB)
--------manifest.json(296B)
--------asset-manifest.json(1019B)
----public()
--------robots.txt(67B)
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(296B)
----tsconfig.json(535B)
----db.json(257B)
----README.md(318B)
----.eslintcache(3KB)
----tailwind.config.js(202B)
----yarn.lock(531KB)