This web is built with CRA. This framework was choosen in order to avoid basic web configurations.
Check the docs.
- Yarn
- Docker & Docker-Compose
$ git checkout develop
$ cp .env.example .env
$ yarn install
$ yarn start
# Stop the service
$ ctrl + c
For deployments, we are building locally and pushing the build result.
# Locally
$ git checkout {environment-branch}
$ git merge develop
$ yarn build:deploy
# From server (SSH)
$ git checkout {environment-branch}
$ yarn down
$ git pull
$ yarn up
In order to have a better developer experience this projects has it own code generator.
Check more about the generator lib we are using here.
# Run the generator and follow the instructions
$ yarn g
Developed by Made2.