Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 523 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 523 Bytes

React + Flask + Mapbox GL / CARTO VL starter kit

TLDR; for the quick and dirty setup, install your dependencies:

pip install virtualenv
virtualenv venv
pip install -r requirements.txt
npm install

These steps are explained in more detail below.

Prerequisites

You'll need some package managers.

  • npm
  • pip

Running the app

If you're using a virtualenv, activate it.

source venv/bin/activate

Then run the Flask app:

python app.py

In a separated console tab:

npm start