Skip to content

Instantly share code, notes, and snippets.

View keshav-c's full-sized avatar

Keshav Chakravarthy keshav-c

  • Bengaluru, India
View GitHub Profile
@keshav-c
keshav-c / node-setup.md
Last active March 23, 2025 06:21
Node (TypeScript) project setup with yarn on VS Code

Nodejs (TS) setup

startup

mkdir my-project
cd my-project
yarn init -2
yarn set version stable
yarn install