https://github.com/tomtom-international/tomtom-use-case-react-js-integration
https://github.com/tomtom-international/tomtom-use-case-react-js-integration
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomtom-international/tomtom-use-case-react-js-integration
- Owner: tomtom-international
- License: mit
- Created: 2018-09-03T16:22:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:17:48.000Z (over 2 years ago)
- Last Synced: 2025-05-07T03:10:03.172Z (about 1 month ago)
- Language: JavaScript
- Size: 1.81 MB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tomtom-use-case-react-js-integration
This tutorial shows how to display the map using TomTom SDK and React.js: React.js Map Init.
## Getting Started
Instruction:
1. Clone this repository.2. Enter cloned directory and execute:
```
npm install
```
in order to install all dependencies.3. Unpack TomTom Web SDK to '\public\sdk' subdirectory in project (make sure that in result you will have such file: '\public\sdk\tomtom.min.js').
4. Replace \ in App.js with your API key
5. Run the project:
```
npm start
```
In your default browser there should be this page dispalyed:
http://localhost:3000/