Using Quokka in Visual Studio Code for Typescript Part 2 – Create a new file using the extension

Now it’s time to create a file and use the extension. First open a folder in VS code. Once VS code is open in the folder Press ctrl+shift+p and create a new typescript file. Now in the next post we’ll write some TypeScript code and use the extension!

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 There you go! Now add a smiley to the greeter function. Wow! Great […]

1 min read