Skip to content

Commit 8705f2c

Browse files
authored
Merge pull request #6 from gis-tools/develop
Updating documentation
2 parents 1f75004 + a09581f commit 8705f2c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ $ yarn global add create-esri-react-app
1919
### How to create new ESRI React App
2020
To create ESRI React application run:
2121
```
22-
$ create-esri-react-app app_name
22+
$ create-esri-react-app esri_app
2323
```
2424

25-
It will create a directory called `app_name` inside the current folder.<br>
25+
It will create a directory called `esri_app` inside the current folder.<br>
2626
Inside that directory, it will generate the initial project structure and install the transitive dependencies:
2727

2828
```
29-
app_name
29+
esri_app
3030
├── README.md
3131
├── node_modules
3232
├── package.json
@@ -45,6 +45,14 @@ app_name
4545
└── registerServiceWorker.js
4646
```
4747

48+
### Choosing ESRI ArcGIS JS api version
49+
You can specify version of ESRI ArcGIS JS api during creation process. If you don't specify ESRI ArcGIS JS api version default version will be v4.
50+
```
51+
$ create-esri-react-app esri_app_v4
52+
- or -
53+
$ create-esri-react-app esri_app_v3 -v 3
54+
```
55+
4856
### Information's related to Create React App
4957
Create React apps with no build configuration.
5058

0 commit comments

Comments
 (0)