Skip to main content
  1. Web Development Course/
  2. Introduction to Web Development/

Install the tools required for this course

Alejandro AO
Author
Alejandro AO
I’m a software engineer building AI applications. I publish weekly video tutorials where I show you how to build real-world projects. Feel free to visit my YouTube channel or Discord and join the community.
Table of Contents
Introduction to web development - This article is part of a series.
Part 4: This Article

To get started with this course on web development that covers software development, there are a few tools that you will need to have installed on your computer. These tools are essential for writing and testing your code, and for building and deploying your web applications.

Code Editor
#

The first tool you will need is a code editor. You will use this piece of software to write and edit your code. One popular and free code editor is Visual Studio Code, which can be downloaded from the Microsoft website. It is available for Windows, Mac, and Linux operating systems. Visual Studio Code is a powerful and versatile code editor with a wide range of features and extensions that make it ideal for web development.

Web browser
#

The second tool you will need is a web browser. You will use this software to view and test your web applications. One popular and free web browser is Google Chrome, which can be downloaded from the Google website. It is available for Windows, Mac, and Linux operating systems. Google Chrome is an excellent browser for web development, as it has a robust set of developer tools that allow you to inspect and debug your web applications.

Introduction to web development - This article is part of a series.
Part 4: This Article