Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.75 KB

README.md

File metadata and controls

64 lines (48 loc) · 1.75 KB

What is YETI

Commitizen friendly Semantic Release Renovate dependency Status MIT license

Quality

Total alerts Language grade: JavaScript

Getting Super Powers

API Docs CompoDoc

API

# Start API
ng serve api
# Start Envoy proxy
docker-compose up envoy

WebApp

## gen i18n
ng xi18n webapp
## serve
ng serve webapp --configuration=es
ng serve webapp --configuration=hi
## build
ng build webapp --configuration=hi
# You can also build the app with a specific locale:
ng build webapp --configuration=production,es
# build all
ng build --localize
ng build --prod --localize

Deploy

Run ng deploy to deploy demo app to firebase.

Analyzing bundle size yarn bundle-report

NX

# To run these tasks you run:
nx run <project-name>:<task-name>
# To run a task for all affected projects use:
nx affected --target=<task-name>
nx run <project-name>:doc
nx affect --target=doc

ng run webapp:doc
# gen meta
# node tools/scripts/metagen.mjs
yarn gen:metadata