之前是用的creact-react-app来创建的:npx create-react-app my-app
现在官网却推荐使用creact-next-app: npx create-next-app
我们把他所有的选项都选上
这里的css使用了tailwind
项目结构很奇怪啊,没找到.html文件,只在src/app/layout.tsx中找到了个html标签,也没找到page.tsx和layout.tsx的依赖关系,而且在page.tsx中有个main标签
npm run dev如下