Skip to content

alvarcarto/alvarcarto-designer

Folders and files

NameName
Last commit message
Last commit date
Dec 13, 2019
Sep 13, 2020
Oct 16, 2018
Mar 14, 2017
Oct 29, 2018
Sep 16, 2019
Feb 13, 2017
Oct 29, 2018
Apr 1, 2018
Sep 16, 2019
Apr 30, 2020
Apr 30, 2020

Repository files navigation

Alvar Carto Designer

https://design.alvarcarto.com

Map designer and order UI for Alvar Carto.

Quick intro:

  • React+Redux single-page app initialized with create-react-app
  • https://ant.design/ as UI component library
  • Redux state is normal JS objects, no Immutable
  • Router is totally custom
  • Promises for async
  • Maps are rendered with Leaflet, tiles are self-hosted
  • Algolia Places API used for geocoding requests
  • Error tracking with Sentry
  • Analytics with GA and Hotjar

Needs these services to run properly:

Development

To see documentation how to do common tasks in this project, see Create React App documentation.

Get started

  • npm install

  • Setup env vars

    • cp .env.sample .env
    • Fill details, see config.js for all settings
  • Start order service locally

  • Start tile service locally, or point frontend to QA

  • npm start

About

Alvar Carto map designer and order app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published