/module-pattern-typescript-demo

Example repo with typescript and the module pattern

Primary LanguageJavaScript

The Module Pattern w/ Typescript

This repo is intended to demonstrate the module pattern with typescript.

Setup

# install dependencies
npm install

# build with webpack
npm run build

# run code in browser
open index.html

# if you see messages in the console, it worked!