Building a listening server on port 3000 with NodeJS and TypeScript
# Download the repository
git clone https://github.com/amirhossein-github/experience-course-codenight-nodejs-basic_http_server
# Go to the repo directory
cd experience-course-codenight-nodejs-basic_http_server/
# Install dependency
npm install
# Compile with typescript
tsc
# To run with npm
npm run server
Note
To run, just copy and paste the entire code and press the enter key