Set up Node and Express JS project from scratch with TypeScript, ESLint and Prettier

These days for all serious Node JS projects, it’s recommended to use TypeScript. With TypeScript, VS Code offers a lot of powerful refactoring features. These features are especially useful in large projects where you want to be sure that you are not breaking existing code while refactoring. In this tutorial we will see how to … Continue reading Set up Node and Express JS project from scratch with TypeScript, ESLint and Prettier