Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 1.57 KB

File metadata and controls

36 lines (23 loc) · 1.57 KB

apsitvarkom-fe

Apsitvarkom front end React web app

Dependencies

Running locally

  1. Install dependencies by running npm install
  2. Make sure you have .env.development.local files with this content:
REACT_APP_MAPS_API_KEY=<REPLACE_WITH_OUR_API_KEY>
  1. Make sure back end API is running
  2. Start the project by running npm start

Styling

For styling we use tailwindcss

Recommended VSCode plugins

CICD

  • Every PR to staging branch runs CI automatically that builds, tests and reports coverage in the PR.
  • Every merge/push to staging branch runs CICD that automatically builds, tests, builds docker image, pushes it to an Artifact Registry and then deploys it in Cloud Run. See "Environments" on GitHub to access staging environment url.