Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 911 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 911 Bytes

Amazon Location Service Demo

This project was bootstrapped with Create React App.

Commands Used

  $ 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

Extra Reading