sh 首先安装create-react-app

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 首先安装create-react-app相关的知识,希望对你有一定的参考价值。

# install create-react-app package globally
$ npm install -g create-react-app 
# create the app
$ create-react-app book-share
# Test the newfangled app by running it
$ cd book-share
$ npm run start

以上是关于sh 首先安装create-react-app的主要内容,如果未能解决你的问题,请参考以下文章

sh 如何使用create-react-app创建一个新的React项目?

要导入 Sass 文件,首先需要安装 node-sass

Create-React-App项目外使用它的eslint配置

react安装极其了解

无法在 create-react-app 中使用 css 模块

从create-react-app迁移到vite