

DOWNLOAD ATOM FOR MAC HOW TO
You will also learn how to load a new project folder into Atom. You will find that single-file projects can quickly turn into large, multi-folder projects.īelow are the steps you need to follow to create a new folder for all of your programming projects. Whenever you create a new project, no matter how small, you should always make a new folder inside your projects directory. It will store all of your coding projects. Here at Codecademy, we recommend naming this directory projects. Most developers store their projects in an easy-to-find directory (what you might be used to calling a folder). As the number and size of your projects grow, it becomes increasingly important to know where to save new projects and find old projects. Development Foldersīefore using your text editor, it’s important to establish an organized file system.

DOWNLOAD ATOM FOR MAC INSTALL
You can visit Atom’s Windows install page for more detailed instructions.

zip file.įollow the instructions in the Windows Installer to get started. In a few moments, Atom will appear in your Downloads folder as a. Visit this webpage and download atom-windows.zip. zip file:Ĭlick on atom-mac.zip to extract the application, then drag the new icon into your Applications folder.ĭouble-click the application icon to load Atom and get started. Visit the Atom homepage and click Download For Mac. In this exercise, we recommend you follow these steps to download Atom.Ītom works on Macs running OS X 10.8 or later. This video details how to download and install Atom. When you are further along in your coding career, try another code editor to see what features work well with your workflow. Since Atom is written in HTML, CSS, and JavaScript, you can customize it yourself once you’ve learned those languages.Įither text editor is great for development, so you can’t make a bad decision here. It is stable and reliable.Ītom was released by GitHub after Sublime Text. Sublime Text has been the text editor of choice for many years. Atom and Sublime Text are two of the most popular text editors used by developers. There are a number of text editors to choose from. A tree view of your project’s folders and files, so you can conveniently navigate your project.Color schemes to suit your preferences and optimize code readability.Text editors provide a number of advantages to web developers: If you’ve used Codecademy, you’re already familiar with a text editor! It’s the area you write your code in. They highlight and format your code so that it’s easier to read and understand. Text editors, also called code editors, are applications used by developers to write code.
