This is a azure-map practice project, build by My Next App
- Next.js
- React
- Redux
- Redux-observable
- Reselect
- Eslint
- Style Components
- Style System
First, install the require package:
yarn install
Second, create .env file and add your MAP_KEY
// .env
MAP_KEY={your_map_key}
Third, run the development server
yarn dev
- /search-poi
practice search poi on map, reference by search poi tutorial
- /interactive-search-map
practice interactive search on map, reference by Interactive search sample code