This is the home for the create-react-app templates.
This folder contains shared files for all templates; Dockerfiles, environment files, charts etc.
This template includes Bifrost, a router, auth and infrastructure files.
This is the same as cra-template, but TypeScrip is stripped away using babel.
This will:
- Run babel, which strips typescript from the base template and saves it to
cra-template-js
- Copy the
common
folder into eachcrea-template*
folder - Run prettier on the generated js code
Will update the templates package.json
version using lerna, and create a tag like cra-vX.X.X
When a tag beginning with cra-v
is pushed, a GitHub action will publish the package using lerna publish
.
All templates are published under @intility scope.