Skip to content

Commit 801e37c

Browse files
committed
docs(installation): use bsb template instead of reason-scripts
1 parent 9aa58e5 commit 801e37c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ sidebar_label: Installation
66

77
### Pre-requisites
88

9-
#### BS-Platform
9+
#### BuckleScript
1010
In order to start using Reform you need the basic tooling for ReasonML using [BuckleScript](https://bucklescript.github.io/en/).
1111

1212
#### React
1313
Reform is a library for React applications, so we assume that you are already familiar with [React](https://reactjs.org/).
1414

1515
### Instalation and Setup
1616

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.
1818

1919
If you want to create a ReasonReact development envinroment you can use the create-react-app to bootstrap a initial project.
2020
`yarn create react-app my-app --scripts-version reason-scripts`
2121
`yarn create` is available in [Yarn 0.25+](https://yarnpkg.com/lang/en/)
2222

2323
or
2424

25-
`npx create-react-app <app-name> --scripts-version reason-scripts`
26-
`npx` comes with npm 5.2+ and higher
25+
`bsb -init reform-demo -theme react-hooks`
26+
`bsb` comes with BuckleScript installation
2727

2828
It will create a directory called my-app inside the current folder.
2929
Inside that directory, it will generate the initial project structure.

0 commit comments

Comments
 (0)