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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ There are 2 types of project examples in this repository, one if you want to use
8
8
9
9
## Quick Start - `builder`
10
10
11
-
Example using TypeScript and Grunt to copy files to your local Web AppBuilder Developer Edition so you can use your custom widgets in the builder interface. We have options for 2D Web AppBuilder apps (that use the ArcGIS API for Javascript v3.x) and 3D Web AppBuilder apps (that use the the ArcGIS API for JavaScript 4.x). This is meant to be an example of what an output of [generator-esri-appbuilder-js](https://github.com/Esri/generator-esri-appbuilder-js)might look like if Typescript were integrated into the generator.
11
+
Example using TypeScript and Grunt to copy files to your local Web AppBuilder Developer Edition so you can use your custom widgets in the builder interface. We have options for 2D Web AppBuilder apps (that use the ArcGIS API for Javascript v3.x) and 3D Web AppBuilder apps (that use the the ArcGIS API for JavaScript 4.x). This is the template that the [generator-esri-appbuilder-js](https://github.com/Esri/generator-esri-appbuilder-js)now outputs if you choose "TypeScript". [More info here](https://community.esri.com/people/GRehkemper-esristaff/blog/2018/03/15/web-appbuilder-widget-generator-v3-released-typescript).
12
12
13
13
1. Copy the files from the `/builder` folder to your GitHub repo.
14
14
1. Update the file paths at the beginning (line ~10) of `Gruntfile.js` to point to your running Web AppBuilder instance.
0 commit comments