/webpack-ts-base

Simple setup with webpack and ts as a foundation

Primary LanguageJavaScriptMIT LicenseMIT

webpack-base

This package acts as a simple webpack base for TS projects.

How to run

  1. Download or clone package
  2. Run yarn or npm install
  3. Run yarn start for dev server or yarn build to build to the dist folder
  4. Enjoy!