Перейти к файлу
srednicki95 9fd7b8e17b feat: updated README and package.json 2020-03-19 12:00:58 +01:00
public feat: new playground ui (#3) 2019-12-01 18:15:17 +01:00
src feat: marker example update, layer options (#30) 2020-03-07 01:37:57 +01:00
.gitignore feat: Update gitignore 2020-02-08 21:53:24 +01:00
README.md feat: updated README and package.json 2020-03-19 12:00:58 +01:00
package.json feat: updated README and package.json 2020-03-19 12:00:58 +01:00
tsconfig.json Initial commit from Create React App 2019-10-24 23:08:41 +02:00
yarn.lock feat: updated README and package.json 2020-03-19 12:00:58 +01:00

README.md

React Azure Maps Playground

  • 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>'