Skip to content

abdus/webpack-typescript-starter

Repository files navigation

Webpack TypeScript Starter

Blog Post

Usage

  • fork and clone this repository
  • cd to the project directory
  • install packages using yarn
  • start webpack dev server using yarn start
  • build project using yarn build. output will be available in build/ directory. generally this is the dir you probably want to deploy.