my-recipes:开发一个React培训应用程序

Create React App入门该项目是通过引导的。可用脚本在项目目录中,可以运行: yarn start在开发模式下运行应用程序。打开在浏览器中查看它。如果您进行编辑,则页面将重新加载。您还将在控制台中看到任何棉绒错误。 yarn test在交互式监视模式下启动测试运行器。有关更多信息,请参见关于的部分。 yarn build构建生产到应用程序build文件夹。它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。最小化内部版本,文件名包含哈希值。您的应用已准备好进行部署!有关更多信息,请参见关于的部分。 yarn eject注意:这是单向操作。 eject ,您将无法返回!如果您对构建工具和配置选择不满意,则可以随时eject 。此命令将从您的项目中删除单个生成依赖项。相反,它将所有配置文件和传递依赖项(webpack
zip
my-recipes-main.zip 预估大小:30个文件
folder
my-recipes-main 文件夹
folder
src 文件夹
folder
hooks 文件夹
file
useRecipes.tsx 1KB
folder
assets 文件夹
file
foods.jpg 75KB
file
react-app-env.d.ts 40B
folder
interfaces 文件夹
file
IDirections.ts 71B
file
IIngredient.ts 86B
file
IRecipe.ts 249B
file
index.tsx 3KB
folder
components 文件夹
folder
DirectionInput 文件夹
file
styles.ts 492B
file
index.tsx 994B
folder
Header 文件夹
file
styles.ts 409B
file
index.tsx 350B
folder
IngredientInput 文件夹
file
styles.ts 492B
file
index.tsx 1KB
folder
RecipesContainer 文件夹
file
styles.ts 376B
file
index.tsx 572B
folder
DirectionsTable 文件夹
file
index.tsx 505B
folder
IngredientsTable 文件夹
file
index.tsx 577B
folder
NewRecipeModal 文件夹
file
styles.ts 719B
file
index.tsx 3KB
folder
RecipeModal 文件夹
file
styles.ts 415B
file
index.tsx 1KB
folder
RecipeCard 文件夹
file
styles.ts 396B
file
index.tsx 666B
file
App.tsx 1KB
folder
styles 文件夹
file
global.ts 2KB
folder
services 文件夹
file
api.ts 103B
file
tsconfig.json 535B
file
.gitignore 333B
folder
public 文件夹
file
index.html 493B
file
README.md 2KB
zip 文件大小:92.35KB