I am using create-react-app and hosting in its default port localhost:3000 and want to access this from another device on the same net
As I can't post comment, In complementary to Elad if you have react-scripts start instead of npm run start
react-scripts start
npm run start
HOST=0.0.0.0 react-scripts start
Works too !