Skip to content

All the course files for the Webpack with TypeScript tutorial series on The Net Ninja YouTube channel.

Notifications You must be signed in to change notification settings

quietLearner/webpack-and-typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack and typescript

All the course files for the Webpack with TypeScript tutorial series on The Net Ninja YouTube channel.

how to use the files

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

create package.json

npm init

npm install webpack webpack-cli ts-loader -D

npm install typescript -D

npm install webpack-dev-server -D

run the comple ts to js

npm run build

About

All the course files for the Webpack with TypeScript tutorial series on The Net Ninja YouTube channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.1%
  • HTML 8.0%
  • TypeScript 6.9%