mknapik / typescript-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:TypeScript 100.0%