Updated port number of localhost in README.md (#11287)

With Remix's migration to Vite as its bundler, the default localhost port has changed from 3000 to 5173.
This commit is contained in:
Karl Pablo
2024-03-15 12:05:54 -07:00
committed by GitHub
parent 8619992def
commit f9b4fae51b

View File

@@ -35,4 +35,4 @@ Afterwards, start the Remix development server like so:
npm run dev
```
Open up [http://localhost:3000](http://localhost:3000) and you should be ready to go!
Open up [http://localhost:5173](http://localhost:5173) and you should be ready to go!