This ArcGIS Online Instant App example is built with the following:
- React with TypeScript
- Redux
- ArcGIS Core (ArcGIS API for JavaScript ES modules)
- Calcite Components(Shared Web Components for Esri's Calcite design framework)
- Esri's Application Base (Boilerplate code for ArcGIS Online Templates and Instant Apps)
To host the app locally, run the following commands in the terminal:
git clone https://github.com/bcree11/instant-app-react.git
cd instant-app-react
npm install
npm start