/typescript-workshop

Primary LanguageTypeScriptApache License 2.0Apache-2.0

typescript-workshop

prerequisites

OS X

brew install node yarn

setup

git clone git@github.com:mknapik/typescript-workshop.git
cd typescript-workshop
yarn install

Validate your environment is setup correctly by running a test suite:

yarn test

Development

To run the compiler in a watch mode:

yarn run compile:watch

To run the tests in a watch mode:

yarn run test:watch