This project was bootstrapped with Create React App.
https://pacific-falls-18076.herokuapp.com/
USername : admin
Password : admin
For Deploy React APP in HEROKU
https://dashboard.heroku.com/apps
npm install -g create-react-app
create-react-app my-app
cd my-app
git init
https://devcenter.heroku.com/articles/heroku-cli#download-and-install
heroku login
heroku create -b https://github.com/mars/create-react-app-buildpack.git
git add .
git commit -m "react-create-app on Heroku"
git push heroku master
heroku open
Install Package by Running Command:
In the project directory, you can run: