Create a project Create a new project directory and initialise it $ mkdir kata-project $ cd kata-project $ npm init --yes or $ npm init -y Initialise TypeScript $ npx tsc --init Created a new tsconfig.json with: ...
crocodayo.hashnode.dev2 min readNo responses yet.