BSBonnie Simoninbonniesimon.hashnode.dev·Jan 18, 2022 · 3 min readBootstrapping a Typescript, Nodejs, Express APIInitially verify that you have yarn and git installed in your system. Then enter the following commands. yarn init git init touch .gitignore Add the following content in .gitignore or take node template from gitignore.io node_modules/ bu...00