This is the repository for the LinkedIn Learning course Learning Atom. The full course is available from LinkedIn Learning.
Atom was built by web developers, for web developers. This powerful text editor provides an open-source, completely hackable coding environment. It's easy to customize with common web technologies (CSS and JavaScript) and since it's built by the same team, integration with GitHub is a snap. In this course, Ray Villalobos shows how to use and customize Atom for web, front-end, stack, or any other kind of development. Learn how to write and edit text, use selections, move around code folders, and use the powerful Find and Replace feature. Then find out how to customize the interface and editing experience with Atom themes, packages, and snippets. Plus, discover how to collaborate with other developers using code pairing and integrate with Git and GitHub for version control and publishing.
- Downloading and installing Atom
- Managing tabs and panes
- Managing and folding content
- Changing text
- Working with selections
- Customizing Atom packages
- Customizing themes
- Paid coding with Atom Teletype
- Working with the Atom IDE
- Installing useful packages
- Integrating Atom with Git and GitHub
This repository has a single master branch with a copy of some sample files you can use to work with the course. In the ./dist
folder, you can see two additional zip files. ./dist/Bootstrap Layouts.zip
and ./dist/reactSPAs.zip
.
- It might help to have both node.js and git installed. You can get them here.
- Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)
> git clone CLONEURL
- CD to the folder
cd FOLDERNAME
Ray Villalobos
Senior Staff Instructor at LinkedIn Learning
Check out some of my other courses on LinkedIn Learning. You can follow me on LinkedIn, read my blog, follow me on twitter, or check out my youtube channel.