Хорошо, название может сбивать с толку, но я думаю, что мою проблему довольно легко объяснить с помощью только кода терминала.Мои вопросы под кодовой стеной.выделенный текст
[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-response app"?
Полагаю, мне просто интересно, как получить доступ к "этому каталогу".
Я понимаю, что это, вероятно, очень простой вопрос, но он поможет мне справиться с управлением моим приложением реагирования.
Спасибо!