How to change the default port for your react app
There are several ways to change the default port for your react application, Let us start with the easy one.
Change the port from your .env file
You can create a .env file and just add the port number you want to use. Like this
PORT=4000
// .env fi...
blog.aayooluwa.com2 min read