This is a simple TCP server that serves static files. It is implemented using the net
and http
module of Node.
- Clone the repository
- Navigate to the
02-web_server
directory - Run
yarn install
ornpm install
- Run
node server.ts
- Open a browser and go to
http://localhost:3000