Skip to content

wearefuturegov/bucks-service-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bucks service directory

Netlify Status

On the web here

🏛 A community service directory for Buckinghamshire.

It's a standard client-rendered React app that consumes data from an API.

Prerequisites

  • node and npm
  • A running companion API server
  • Client-side credentials for Google's geocoding and mapping APIs

Running it locally

  1. npm i
  2. npm run dev

Running it on the web

It's suitable for deployment to free static hosts, especially Netlify. It has a netlify.toml file, so Netlify should automatically detect the deployment command and build directory.

Config

It looks for these environment variables:

  • REACT_APP_API_HOST: the location of the backing API, with protocol included
  • REACT_APP_GOOGLE_CLIENT_KEY: for using mapping functionality.
  • REACT_APP_GA_PROPERTY_ID: for Google Analytics

About

a front-end that consumes and displays community asset data for users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published