react chat heroku

Step-by-step deploy to Heroku

From test-env Codesanbox https://codesandbox.io/s/mychat-1-ktru2t, we export the project from Codesandbox and import it to the Visual Code desktop.

We create a React app with create-react-app.dev running npx create-react-app my-app

We run npm i react-router-dom to install Router feature.

We push project to github.com repository.

We deploy project on Heroku from github.com repository

We check project is live on https://mycifochat.herokuapp.com/