Skip to content

Latest commit

 

History

History

leaflet-amplify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Leaflet AWS Amplify x Amazon Location Service

This example demonstrates how to use Leaflet with Amazon Location Service and AWS Amplify.

Execution environment

  • node v18.1.0
  • npm v8.19.2
  • Amplify CLI v9.2.1

Getting started

  1. Install the Amplify CLI: npm install -g @aws-amplify/cli
  2. Install project dependencies: npm install
  3. Create a new Amplify project environment: amplify init
  4. Create Auth and Geo resources: amplify push

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Cleaning up

To clean up all resources created for this application, run the following:

amplify delete

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.