文件名称:react-map-gl-typescript:react-map-gl + create-react-app +打字稿
文件大小:111KB
文件格式:ZIP
更新时间:2024-05-22 05:16:30
TypeScript
:bomb: react-map-gl + create-react-app +打字稿 此存储库呈现全屏Mapbox地图,由Typescript create-react-app -无需弹出! 克隆存储库 $ git clone git@github.com:zackhsi/react-map-gl-typescript.git 使用Mapbox令牌创建环境变量文件 首先,请确保您有一个。 在“ 页面上,创建访问令牌并进行复制。 然后,在存储库的根目录下创建一个.env.development.local文件。 create-react-app会将其加载到process.env ,如此。 $ cat << EOF> .env.development.local REACT_APP_MAPBOX_TOKEN=your_mapbox_token EOF 安装节点模块 $ npm i 启动应用 $ n
【文件预览】:
react-map-gl-typescript-master
----tsconfig.prod.json(34B)
----.gitignore(285B)
----package.json(637B)
----tslint.json(258B)
----package-lock.json(444KB)
----src()
--------registerServiceWorker.ts(4KB)
--------components()
--------logo.svg(3KB)
--------App.css(377B)
--------index.css(63B)
--------index.tsx(279B)
--------App.test.tsx(264B)
--------App.tsx(201B)
----public()
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(317B)
----tsconfig.json(645B)
----README.md(1KB)
----tsconfig.test.json(87B)
----images.d.ts(69B)