Skip to content

reachlakstar/ngx-beam-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 78.1%
  • JavaScript 8.3%
  • HTML 5.8%
  • SCSS 5.4%
  • Makefile 1.9%
  • Shell 0.5%