1 min read
Using Quokka in Visual Studio Code for Typescript Part 4 – Create a TypeScript function and start Quokka on the file
First create a new typescript file in VS Code.

Next write the function as described from the TypeScript docs here.

Now type to start Quokka on the file. Make sure you’ve saved the first.
In the editor on the file press ctrl+k,q
ctrl+k,q

There you go! Now add a smiley to the greeter function.

Wow! Great work today!