You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,24 @@ sidebar_label: Installation
6
6
7
7
### Pre-requisites
8
8
9
-
#### BS-Platform
9
+
#### BuckleScript
10
10
In order to start using Reform you need the basic tooling for ReasonML using [BuckleScript](https://bucklescript.github.io/en/).
11
11
12
12
#### React
13
13
Reform is a library for React applications, so we assume that you are already familiar with [React](https://reactjs.org/).
14
14
15
15
### Instalation and Setup
16
16
17
-
You’ll need to have [Node 8.16.0 or Node 10.16.0 or later version](https://nodejs.org/en/) on your local development machine (but it’s not required on the server). You can use `nvm` (macOS/Linux) or `nvm-windows` to easily switch Node versions between different projects.
17
+
You’ll need to have [Node 8.16.0 or Node 10.16.0 or later version](https://nodejs.org/en/) on your local development machine (but it’s not required on the server). You can use `fnm`, `nvm` (macOS/Linux) or `nvm-windows` to easily switch Node versions between different projects.
18
18
19
19
If you want to create a ReasonReact development envinroment you can use the create-react-app to bootstrap a initial project.
0 commit comments