You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
put in the build directory and the build command (CI= npm run build)
along with base directory "./frontend" and the build directory "./frontend/build"
Setup the environment variables
Make an _redirects file inside public directory so that the file is located in public/_redirects and paste the line /* /index.html 200 into the _redirects file
This prevents 404 on netlify page refresh
name the app notesup-frontend
Obviously setup automatic deploys with Github
Backend Deployed on -> Heroku
Connect with GitHub in Heroku app(noteups-backend) dashboard
Setup the environment variables
Install heroku-cli
heroku login
Can deploy to Heroku via the web interface or the command line