Skip to content

Commit 25cc155

Browse files
committed
Update index.md
1 parent f80002e commit 25cc155

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

getting-started/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Getting Started With the Terminal, Git, and Node
22

3-
Most of the courses will require you to have a working bash terminal, git, and Node.
3+
Most JavaScript developers make heavy use of the bash terminal, git, and Node. Chances are, you won't get far on your JavaScript journey without them.
44

55
Node will be used for both server-side and client-side programming in JavaScript, and npm, which comes with Node, is the standard package manager for Node, meaning that it's how you'll access all the open source libraries available for use in your projects.
66

7+
Git keeps track of changes to source code over time, and helps you share those changes and collaborate with other developers. As I write this, GitHub is the website most JavaScript developers use to coordinate work on Git repositories using the integrated issue tracker, and peer code reviews with pull requests.
8+
9+
The bash terminal is the standard way for interacting with both Node and the command-line Git tools. The following are a few resources you might find useful while you're starting to learn these tools.
10+
711

812
## Learning Git and the Terminal
913

0 commit comments

Comments
 (0)