Week 1 - Setup, tools, CLI and Git

Intro to the CLI

Files and folders

Paths

Basic scripting

Node.js Setup

VSCode setup

Intro to Git

Intro to Github

Markdown

Practice

Assignment

Back to core program

What is Node.js

Node.js is a runtime environment that allows you to execute JavaScript code outside of a web browser, making it possible to build server-side applications and command-line tools. We will be using Node.JS as our main tool during the upcoming weeks.

Installing Node.js

We recommend installing Node.js using a package manager. This makes it easy to update Node.js in the future.

Windows

macOS

Linux

Verify your installation

After installing Node.js, type the following command in the terminal to verify it was installed successfully

node -v

<aside> ⚠️

If get an error similar to “node cannot be found”, try to restart your terminal application

</aside>

More information about installing Node.JS can be found on the official website: https://nodejs.org/en/download/


The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0 **

CC BY-NC-SA 4.0 Icons

*https://hackyourfuture.net/*