Skip to content

dom-the-dev/burger-map

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Burger Map

Create-React-App to show burger locations on a Map.

Special thank's to Ania Kubow's who provides the burger-api for this project. You can find her tutorial how to 'Make your own an API' here and visit the live API here.

This project was bootstrapped with Create React App.

Development

MapBox

To get MapBox API running you need to register at https://www.mapbox.com/ and generate an api token.

copy dist env with command cp .env.dist .env and replace REACT_APP_MAPBOX_TOKEN with your generated token.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published