File tree 2 files changed +11
-10
lines changed
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/).
9
9
10
10
# Installation / Download
11
11
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.
14
13
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.
16
16
17
17
# Other resources
18
18
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ title: Tutorials
4
4
---
5
5
6
6
This 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.
7
15
8
16
1 . [ Scala.js and Vite] ( ./scalajs-vite.html ) :
9
17
* 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
13
21
3 . [ ScalablyTyped] ( ./scalablytyped.html ) :
14
22
* Integrate JavaScript libraries using ScalablyTyped.
15
23
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
-
23
24
## Prerequisites
24
25
25
26
In any case, make sure that you have the following tools installed first:
You can’t perform that action at this time.
0 commit comments