1 min read

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.

mkdir quokka
cd .\quokka
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!

Leave a Reply