0

我对 React 非常陌生,我在https://react-heroku-juvie.herokuapp.com/上成功地将我的代码推送到 Heroku 中,但我仍然停留在这个 Edit src/App.js并保存以重新加载。我所做的是

npx create-react-app react-heroku
cd react-heroku
npm run build
npm i -g heroku (...login creds)
heroku create react-heroku-juvie
git remote add heroku
git add.
git commit -m "Initial Commit"
git push heroku master

我希望我的应用程序能够运行和显示。我该怎么做呢?这是我的源代码https://github.com/juvielone/pocketNote.git

4

0 回答 0