# 事前準備

## 必要なもの

* 次のツールがインストールされたパソコン
  * [VS Code](https://code.visualstudio.com/download)
  * [Node.js](https://nodejs.org/ja/download/)
  * [Git](https://git-scm.com/book/ja/v2/%E4%BD%BF%E3%81%84%E5%A7%8B%E3%82%81%E3%82%8B-Git%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB)
* [Heroku 無料アカウント](https://signup.heroku.com/dc)

## Common Values

本チュートリアルが全体を通して大切にしている価値観です。

### 1. 習うより慣れよ <a href="#id-1-uyorireyo" id="id-1-uyorireyo"></a>

{% hint style="success" %}
理解してから書くのではなく、書いたあとで理解しましょう。
{% endhint %}

{% hint style="danger" %}
カンペキ主義は得策ではありません。
{% endhint %}

### 2. 写経せよ <a href="#id-2-seyo" id="id-2-seyo"></a>

{% hint style="success" %}
お手本を見ながら書き写すことが上達の近道です。
{% endhint %}

{% hint style="danger" %}
原則としてコピペは禁止です。
{% endhint %}

### 3. ログと戯れよ <a href="#id-3-rogutoreyo" id="id-3-rogutoreyo"></a>

{% hint style="success" %}
エラーが発生しても焦らないでください。落ち着いてログを 1 行ずつ読みましょう。
{% endhint %}

{% hint style="danger" %}
エラーメッセージを読み飛ばすことは得策ではありません。
{% endhint %}
