Skip to content

RobertRivas/geoapp-frontend

Repository files navigation

🌍 geoapp Frontend

This is the frontend for GeoApp, built with React, TypeScript, and Vite. It renders interactive Mapbox-based geographic visualizations and consumes data from a FastAPI backend. The app is deployed via AWS Amplify with GitHub integration.


⚙️ Environment Setup

This project uses .env files to manage settings for local and production environments.

🧪 Local Development

  1. Copy the example environment file:

    cp .env.example .env
  2. Update .env with your local settings:

    VITE_API_BASE_URL=http://localhost:8000/api
    VITE_MAPBOX_API_KEY=your_mapbox_token
  3. Start the dev server:

    yarn install
    yarn dev

About

Geospatial web app frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors