Apsitvarkom front end React web app
- Install dependencies by running
npm install
- Make sure you have
.env.development.local
files with this content:
REACT_APP_MAPS_API_KEY=<REPLACE_WITH_OUR_API_KEY>
- Make sure back end API is running
- Start the project by running
npm start
For styling we use tailwindcss
- PostCSS Language Support
- Tailwind CSS IntelliSense
- Prettier (turn on "Format on save" in vscode user settings and you may need to Ctrl+Shift+P, search for "Format document" and select Prettier as formatter when you try to run it for the first time)
- ESLint
- 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 accessstaging
environment url.