Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 395 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 395 Bytes

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.