- Node >=8.x
- yarn 1.5
- Favourite editor with TypeScript support as listed on TypeScript home page
brew install node yarn
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
To run the compiler in a watch mode:
yarn run compile:watch
To run the tests in a watch mode:
yarn run test:watch