Skip to content

Instantly share code, notes, and snippets.

View amir-gorji's full-sized avatar
馃憢
Available

Amir Gorji amir-gorji

馃憢
Available
View GitHub Profile
@rupeshtiwari
rupeshtiwari / Setting up Webpack for Typescript Project From Scratch.md
Last active October 23, 2025 03:34
Setting up Webpack for Typescript Project From Scratch

Setting up Webpack for any Typescript project from Scratch

Welcome to step by step hands-on guide to setup webpack in your upcoming typescript project. Please follow the steps and you should be able to create your own webpack project. Please download the source code from github.

You will learn below things:

  1. 鉁匔reate a Typescript node.js project.
  2. 鉁匢nstall Dependencies with webpack & typescripts.
  3. 鉁匲se Webpack CLI to crate webpack.config.js file and modify webpack.config.js based on our need.