Перейти к файлу
ambientlight bec5b8e484 react-scripts 4 and associated eslint / prettier fixes 2021-09-30 14:21:56 +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 feat: added eslint and formatted code (#39) 2020-10-14 12:08:02 +02:00
README.md react-scripts 4 and associated eslint / prettier fixes 2021-09-30 14:21:56 +08:00
package.json react-scripts 4 and associated eslint / prettier fixes 2021-09-30 14:21:56 +08:00
tsconfig.json bump react-script-related deps 2021-09-30 13:32:18 +08:00
yarn.lock react-scripts 4 and associated eslint / prettier fixes 2021-09-30 14:21:56 +08: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>'