Bootstrapping a Typescript, Nodejs, Express API
Initially 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...
bonniesimon.hashnode.dev3 min read