Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.7 KB

install_tools.md

File metadata and controls

42 lines (24 loc) · 1.7 KB

Required tools

!> Before attending HTML & CSS study groups, please make sure to install the needed tools. You will not be able to participate in the activities without these.

Web Browsers

You need a web browser to test your code. Most widely used are Chrome, Firefox, Safari, Opera, and Internet Explorer.

Text editors

HTML & CSS does not require an IDE. You can opt to use one of these as your text editor (or your own choice).

!> Warning: Sublime Text shows a popup every hour prompting you to pay if you are using the free version. Please use another editor if you find this annoying.

For more advanced users, you can opt to use these terminal-based editors:

Optional tools

These tools are not required but they make your development environment efficient. It is highly recommended to install them.

Version Control System

Most popular version control system is Git. Github and Bitbucket are most popular code hosting sites based on git.