Technical requirements
Writing Svelte applications is very easy and does not require any paid tools. Despite the added value of most paid tools, we decided to use only free tools to make the content of this book available to you without any limitations.
You will require the following:
- Visual Studio Code as the integrated development environment (https://code.visualstudio.com/)
- A decent web browser (Chrome, Firefox, or Edge, for instance)
- Node.js as the JavaScript runtime environment (https://nodejs.org/)
All the code examples for this chapter can be found on GitHub at: https://github.com/PacktPublishing/Real-World-Svelte/tree/main/Chapter01
Code for all chapters can be found at https://github.com/PacktPublishing/Real-World-Svelte.