stetsolutions / react-cra-fastify-ops

DevOps starter using React CRA 5 and Fastify 3

Repository from Github https://github.comstetsolutions/react-cra-fastify-opsRepository from Github https://github.comstetsolutions/react-cra-fastify-ops

react-cra-fastify-ops

Ops starter using:

  • Docker
  • Kustomize 4
  • Let's Encrypt
  • Sealed Secrets 0.17

Submodules:

Install

npm i

Setup

Submodules

Add

git submodule add https://github.com/stetsolutions/fastify-postgresql-back-end.git fastify-postgresql-back-end
git submodule add https://github.com/stetsolutions/react-cra-mui-front-end.git react-cra-mui-front-end

Update

npm run update

Kubernetes

https://github.com/stetsolutions/react-cra-fastify-ops/wiki/Kubernetes

Deploy

Docker

Development

npm run compose:dev

Production

npm run compose:prod 

Staging

npm run compose:staging

Kubernetes

Development

npm run apply:dev

Production

npm run apply:prod

Staging

npm run apply:staging

About

DevOps starter using React CRA 5 and Fastify 3

License:MIT License


Languages

Language:TypeScript 98.6%Language:HTML 0.8%Language:Dockerfile 0.4%Language:Shell 0.1%Language:JavaScript 0.1%