This project was bootstrapped with Create React App.
$ npx clear-npx-cache
$ npx create-react-app als-demo-app --template typescript
$ cd als-demo-app
$ npm install aws-amplify
$ npm install @aws-amplify/ui-react
$ npm install maplibre-gl
$ npm install maplibre-gl-js-amplify
$ npm install @maplibre/maplibre-gl-geocoder
$ npm i -g @aws-amplify/cli@geo
$ amplify configure
$ amplify init
$ amplify add geo
$ amplify geo add
$ amplify push
$ amplify geo populate
$ amplify push
$ npm start