All the course files for the Webpack with TypeScript tutorial series on The Net Ninja YouTube channel.
Each lesson in the series has different code & it's own branch in this repo. Select the correct branch to see the code for the lesson you're on. E.g. for lesson 5 code, select the lesson-5 branch from the branch dropdown (top-left).
tsc --init
npm init
npm install webpack webpack-cli ts-loader -D
npm install typescript -D
npm install webpack-dev-server -D
npm run build