Skip to content

Instantly share code, notes, and snippets.

View charleslukes's full-sized avatar
👋

Charles Chiakwa charleslukes

👋
  • 05:20 (UTC +01:00)
View GitHub Profile

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. ✅Create a Typescript node.js project.
  2. ✅Install Dependencies with webpack & typescripts.
  3. ✅Use Webpack CLI to crate webpack.config.js file and modify webpack.config.js based on our need.