> For the complete documentation index, see [llms.txt](https://node-girls.gitbook.io/intro-to-express/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://node-girls.gitbook.io/intro-to-express/intro-to-backend-development-with-node.js/tutorial/getting-started.md).

# Getting started

Here's what you need to do to get set up for the tutorial.

## Install Node.js

[Go to the Node.js website](https://nodejs.org/en/) and download it from there.  The most up-to-date version should be fine.

## Use the command line

In this tutorial you will be using the **command line** - a special program where you can type commands into your computer. It often looks like a plain window with a blinking cursor, rather like something out of the 80s.

### Using a Mac?

You will already have a command-line program called *Terminal*. You can access it by pressing `cmd+space` and searching for "Terminal".

### Using Windows?

The command-line program that comes with Windows is not the correct one for this tutorial. You will need to [install Git for Windows](https://gitforwindows.org/) and use that.

### I've never used the command line before...

That's ok! It's not as scary as it looks. We've got a [handy command-line cheatsheet](/intro-to-express/intro-to-backend-development-with-node.js/command-line-cheatsheet.md) for you to use to learn some of the basic commands. Feel free to refer to it any time during the tutorial - it's listed in the sidebar.

## Install a text editor

You will need somewhere to write your code.  There are a lot of popular, free text editors out there.  If you don't have one already, here are some suggestions.

* [Atom](https://atom.io/)
* [Sublime Text](https://www.sublimetext.com/)
* [Visual Studio Code](https://code.visualstudio.com/)

## Get the code from GitHub

The code you need for this tutorial lives in a **GitHub** **repository**. You will need to get a copy onto your computer.&#x20;

Go to <https://github.com/node-girls/express-workshop>, and look for the green button that says Clone or Download.  Download the files as a `.zip`. Then go and find the location of the `.zip` file and unzip it.

![](https://3020657003-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LHS9G5i_yavH_76PUdz%2F-LHZxOChmkT2XIgUAlCZ%2F-LH_1EPmV-QiW-hy4KeI%2Fimage.png?alt=media\&token=2e1fc079-692f-4f04-8a03-20ea46a7b9f7)

{% hint style="info" %}
If you want to backup your work on your own Github account, you can do so. Talk to your mentor about ways you can synchronise your work in a Github repository of your own.
{% endhint %}
