我是初学者。.尝试create-react-app
。
create-react-app无法生成public
和src
文件夹,因此无法启动。
我使用以下步骤创建了React项目:
npx create-react-app new
cd new
npm start
版本:-
"Node": 12.18.2
"npm": 6.14.7
依赖项
"cra-template": "1.0.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1"