Handy Localhost Bookmarks
A while back, I set up a bookmarks folder in my browser with all of the default localhost addresses I use. It’s come in pretty handy as I switch between projects, so I figured I’d share that list of urls all in once place.
localhosts
- rails http://localhost:3000/
- sinatra http://localhost:4567/
- npm http://localhost:8080/
- jekyll http://localhost:4000/
- mailcatcher http://localhost:1080/
- elasticsearch http://localhost:9200/
For those of you who live in Rails, some handy Rails urls:
Rails
- localhost http://localhost:3000/
- Rake Routes http://localhost:3000/rails/info/routes
- Rails Routes http://guides.rubyonrails.org/routing.html