好的,标题可能令人困惑,但我认为我的问题很容易用终端代码来解释。我的问题在代码墙下方。强调文本
[fsevents] Success: "/Users/Name/my-app/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile
+ react-dom@16.6.3
+ react-scripts@2.1.1
+ react@16.6.3
added 1768 packages from 678 contributors and audited 35639 packages in 81.268s
found 0 vulnerabilities
Initialized a git repository.
Success! Created my-app at /Users/macbookpro/my-app
Inside that directory, you can run several commands:
npm start
Starts the development server.
npm run build
Bundles the app into static files for production.
npm test
Starts the test runner.
npm run eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!
We suggest that you begin by typing:
cd my-app
npm start
那么,我如何安全地终止它,然后重新打开它?或者它是否需要保持运行,如果它被终止,是否需要使用“npx create-react app”命令重新安装?
我想我只是想知道如何访问“那个目录”。
我知道这可能是一个超级基本的问题,但它会帮助我掌握管理我的 React 应用程序。
谢谢!!