mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
add stackblitz
This commit is contained in:
parent
427ef1de07
commit
38d2f9e68f
1 changed files with 13 additions and 1 deletions
|
@ -1,7 +1,19 @@
|
||||||
# 事前準備
|
# 事前準備
|
||||||
|
|
||||||
JestはNode.js上で実行します。
|
JestはNode.js上で実行します。
|
||||||
まずはじめにNode.jsをインストールしましょう。
|
まずはじめにNode.jsの実行環境を構築してはじめましょう。
|
||||||
|
|
||||||
|
## StackBlitzではじめる
|
||||||
|
|
||||||
|
次のリンクにアクセスすると、StackBlitzで新しいNode.jsの実行環境を構築できます。
|
||||||
|
|
||||||
|
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/node?view=editor)
|
||||||
|
|
||||||
|
StackBlitzではじめる場合は、以降の準備は不要です。
|
||||||
|
|
||||||
|
## ローカル環境ではじめる
|
||||||
|
|
||||||
|
ローカル環境にNode.jsの実行環境を構築する場合、まずはじめにNode.jsをインストールします。
|
||||||
|
|
||||||
## Node.jsのインストール
|
## Node.jsのインストール
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue