This repo is intended to demonstrate the module pattern with typescript.
# 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!
This repo is intended to demonstrate the module pattern with typescript.
# 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!