Перейти к файлу
Charlie Chen 629c8b9a62 Ignore line ending issue 2022-06-20 16:44:25 +08:00
public feat: new playground ui (#3) 2019-12-01 18:15:17 +01:00
src react-scripts 4 and associated eslint / prettier fixes 2021-09-30 14:21:56 +08:00
.eslintrc.js react-scripts 4 and associated eslint / prettier fixes 2021-09-30 14:21:56 +08:00
.gitignore feat: Update gitignore 2020-02-08 21:53:24 +01:00
.prettierrc.js Ignore line ending issue 2022-06-20 16:44:25 +08:00
README.md add credits 2021-09-30 18:04:57 +08:00
package.json forse resolution of ansi-html to community fork that fixes CVE-2021-23424 2021-09-30 17:29:00 +08:00
tsconfig.json bump react-script-related deps 2021-09-30 13:32:18 +08:00
yarn.lock forse resolution of ansi-html to community fork that fixes CVE-2021-23424 2021-09-30 17:29:00 +08:00

README.md

React Azure Maps Playground

This project is community-driven initiative originally created by amazing @psrednicki, @msasinowski and @tbajda and is now maintained by the Azure Maps team.

  • How to link local package version:
    • run yarn watch in azure-maps-react
    • run yarn link azure-maps-react
    • go to the azure-maps-playground and run yarn link "react-azure-maps"

Subscription key

Please remember to create file and add key to /src/key.ts

export const key = '<Your Subcription Key>'

Creators


psrednicki


msasinowski

tbajda