File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Follow our [Getting Started Tutorials](tutorial/).
99
1010# Installation / Download
1111
12- One does not install or download Scala.js.
13- It is automatically handled by build tools.
12+ To install Scala and Node.js, follow the [ Prerequisites] ( tutorial/#prerequisites ) section of the Getting Started Tutorials.
1413
15- If in doubt, follow the [ Prerequisites] ( tutorial/#prerequisites ) section of the Getting Started Tutorials.
14+ Scala.js itself is managed by your Scala build tool of choice.
15+ You can follow [ the Getting Started instructions] ( tutorial/scalajs-vite.html#introducing-scalajs ) to enable it.
1616
1717# Other resources
1818
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ title: Tutorials
44---
55
66This series of tutorials teaches you how to use Scala.js together with modern development tools.
7+ They can be followed independently of each other.
8+
9+ If you have time, reading and applying them in order will give you more in-depth knowledge about the development environment.
10+
11+ If you are in a hurry, you can skip the ones you are not interested in.
12+ Each tutorial starts with a link to a repo that you can clone to get off the ground.
13+
14+ In any case, make sure that you have the prerequisites listed below covered.
715
8161 . [ Scala.js and Vite] ( ./scalajs-vite.html ) :
917 * Set up a hello world project ready for live reloading in the browser.
@@ -13,13 +21,6 @@ This series of tutorials teaches you how to use Scala.js together with modern de
13213 . [ ScalablyTyped] ( ./scalablytyped.html ) :
1422 * Integrate JavaScript libraries using ScalablyTyped.
1523
16- If you have time, reading and applying them in order will give you more in-depth knowledge about the development environment.
17-
18- If you are in a hurry, you can skip the ones you are not interested in.
19- Each tutorial starts with a link to a repo that you can clone to get off the ground.
20-
21- In any case, make sure that you have the prerequisites listed below covered.
22-
2324## Prerequisites
2425
2526In any case, make sure that you have the following tools installed first:
You can’t perform that action at this time.
0 commit comments