Typespeare
A Learning TypeScript > Syntax Extensions 🥗 appetizer project.
Salute, dear reader, thou TypeScript guru!
In these texts your syntax lesson contained.
Press thee inward for your lesson further,
That your latest TypeScript knowledge be strained.
Setup​
If you haven't yet, set up the github.com/LearningTypeScript/projects repository locally.
shell
shell
Open your editor in this project's directory:
shell
shell
In one terminal, run the TypeScript compiler via the tsc script within whichever step you're working on.
For example, to start the TypeScript compiler on the first step in watch mode:
shell
shell
In another terminal, run Jest via the test script on whichever step you're working on.
For example, to start tests for the first step in watch mode:
shell
shell
Note: your terminal should be in the
typespearedirectory, not the root repository's directory.
Steps​
Notes​
- Don't import code from one step into another.