This project uses Here Places API and you need to generate the app_id and app_code. Please, go to this url to create these keys.
Do not forget to update these files with your generated keys:
You should install the following extensions to have liting and formatting working within Visual Studio Code:
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
Launches the Storybook application. Open http://localhost:6006 to view it in the browser.
The following services are available via Docker Compose:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
Command: docker-compose up dev
Runs the Storybook. Open http://localhost:6006 to view it in the browser.
Command: docker-compose up storybook
Runs the app with a production build. Open http://localhost:5000 to view it in the browser.
Command: docker-compose up production
Launches the test runner in CI mode. See the section about running tests for more information.
Command: docker-compose run tests
yarn 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!
See the section about deployment for more information.
CircleCI will automatically pick the following files and run them when needed.
This project was bootstrapped with Create React App. You can learn more about it and how to configure in the Create React App documentation.