Skip to content

Commit df5d464

Browse files
authored
Merge pull request #519 from raquo/master
Basic tutorial: mention jsdom prerequisite upfront
2 parents a1a8766 + 32850b7 commit df5d464

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/tutorial/basic/0.6.x.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ To go through this tutorial, you will need to [download & install sbt](https://w
1515

1616
You will also need to [download & install Node.js](https://nodejs.org/en/download/).
1717

18+
To run the complete tutorial application, you will also need to install jsdom as explained [below](#supporting-the-dom).
19+
1820
## <a name="setup"></a> Step 1: Setup
1921

2022
First create a new folder where your sbt project will go.

doc/tutorial/basic/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ To go through this tutorial, you will need to [download & install sbt](https://w
1313

1414
You will also need to [download & install Node.js](https://nodejs.org/en/download/).
1515

16+
To run the complete tutorial application, you will also need to install jsdom as explained [below](#supporting-the-dom).
17+
1618
## <a name="setup"></a> Step 1: Setup
1719

1820
First create a new folder where your sbt project will go.

0 commit comments

Comments
 (0)