- Make sure node.js is installed (version >= 8 as a lot of ESNEXT features have been used in our compiler/transformer)
- Run
npm install
to install all dependencies and initally compile the tooling (eg. the transformer)
You can find the compiler code in the tools
folder. As it is itself written in typescript we need to compile it to javascript before usage.
But no worries, there is a npm script for that npm run build-tools
and we will do it automatically before you run the build step (don't do that in a real project ;) )
To build the main typescript source run the npm script npm run build
For feedback, errors, problems, ... file me an issue, a pull request or contact me on twitter: @thpnk