KyleApfel / measures-data-explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qpp-measures-client

This is at st multi-tool UI interface for the qpp-measures-data repo build on NextJS. This currently supports the following tools:

  • Measures Explorer - Web app for searching qpp-measures-data json by performance year.
  • MVP Factory - Web app for building out MVPs with form validation.

Getting Started

Install the deps

npm install
# or 
yar n

Running the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Building static files for S3

npm run build

Healthcheck can be accessed on http://localhost:3000/api/health. This endpoint can be edited in pages/api/health.ts. (Not accessible via static build)

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Tooling

About


Languages

Language:TypeScript 92.5%Language:SCSS 6.1%Language:JavaScript 1.0%Language:Shell 0.4%