📌  相关文章
📜  创建反应应用程序不创建模板 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:31.997000             🧑  作者: Mango

代码示例2
if react is installed globally, run this:
npm uninstall -g create-react-app

then run this:
npx create-react-app {directory name}