Can't connect to Localhost:4000

Hello all, I’m not to Jekyll and have successfully installed it on my Mac. When I run bundle exec jekyll build it works except I’m not able to see the site. I get a can’t connect to server.

My Gemfile is

# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# gem "rails"
gem "jekyll"

and bundle update

Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies...
Using public_suffix 4.0.6
Using bundler 2.2.17
Using eventmachine 1.2.7
Using concurrent-ruby 1.1.8
Using colorator 1.1.0
Using http_parser.rb 0.6.0
Using rexml 3.2.5
Using ffi 1.15.0
Using mercenary 0.4.0
Using rb-fsevent 0.10.4
Using safe_yaml 1.0.5
Using unicode-display_width 1.7.0
Using addressable 2.7.0
Using forwardable-extended 2.6.0
Using i18n 1.8.10
Using em-websocket 0.5.2
Using rb-inotify 0.10.1
Using rouge 3.26.0
Using terminal-table 2.0.0
Using liquid 4.0.3
Using listen 3.5.1
Using sassc 2.4.0
Using kramdown 2.3.1
Using pathutil 0.16.2
Using kramdown-parser-gfm 1.1.0
Using jekyll-watch 2.2.1
Using jekyll-sass-converter 2.1.0
Using jekyll 4.2.0
Bundle updated!

Any help greatly appreciated.