You can find the article here
This package contains all examples used in the repo. Download and run them all with npm
or yarn
, and play around with the typings from TypeScript.
- Download or clone package
- Run
yarn
ornpm install
- Run
yarn start
for dev server oryarn build
to build to the dist folder - Enjoy!
- TypeScript 2.8 or above
- Vs Code or any other editor with TS support