Step init project nodejs express typescript sequelize yarn init yarn add -D typescript ts-node @types/node @types/express nodemon ./node_modules/.bin/tsc --init "outDir": "./build" add script tsc :dev "tsc && nodemon ./build/index.js" How to start yarn install yarn start-dev