Skip to content

Commit 07d540d

Browse files
committed
add documentation about typescript support
1 parent 90dbafa commit 07d540d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

documentation/docs/2_Getting Started/2_1_Installation.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ To create a new project using the boilerplate simply run :
2020
npx react-native init MyApp --template @thecodingmachine/react-native-boilerplate
2121
```
2222

23-
## Running the project
23+
## Running with typescript
24+
25+
During the installation the cli will ask you if you want to use typescript, tap on the `y` key and all the requirement will be set.
2426

25-
Assuming you have all the requirements installed, you can setup and run the project by running:
27+
## Running the project
2628

27-
- `yarn install` to install the dependencies
28-
- run the following steps for your platform
29+
Assuming you have all the requirements installed, you can run the following steps for your platform
2930

3031
### Android
3132

@@ -38,8 +39,5 @@ Assuming you have all the requirements installed, you can setup and run the proj
3839

3940
### iOS
4041

41-
- `cd ios`
42-
- `pod install` to install pod dependencies
43-
- `cd ..` to come back to the root folder
4442
- `yarn start` to start the metro bundler, in a dedicated terminal
4543
- `yarn ios` to run the iOS application (remember to start a simulator or connect an iPhone phone)

0 commit comments

Comments
 (0)