React-Site navigation query
#javascript
If the site has to navigate by default, localhost:3000/abcd instead of localhost:3000 ,not using react-route . Index.html have to load in the localhost:3000/abcd instead of loading in localhost:3000/ how can we do that?
1 Reply
I found the answer I think environment variables.
is that right?