Setting up your code editor
There are some tools that will help you to write code. One of these, Prettier, formats your code, making it easier for you and others to read. Another tool, Jest, is a test runner that will turn on Test Explorer in Visual Studio Code.
Read more