Setting up temporal locally without docker

I was trying to follow TypeScript SDK introduction | Temporal Documentation to setup the hello world project locally and facing this issue.

I am using node 16.4.2

[nodemon] starting `ts-node src/worker.ts`
Found prebuilt bridge module {
  binary: '/home/naseef/94dev/training/temporalio-poc/node_modules/@temporalio/core-bridge/releases/x86_64-unknown-linux-gnu/index.node'
}
Error in running worker
[TransportError: Server connection error: tonic::transport::Error(Transport, hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })))]
[nodemon] app crashed - waiting for file changes before starting...

Anybody faced this and solved?

Would appreciate your help.

Did you start Temoral server?