- refer to app or lib (app/lib names can be found in workspace.json)
npm i
npm config delete proxy
npm config delete https-proxy
npm run clean
npm run clean:npm
- open extensions tab
- type @recommended
- install all result
VSC workspace recommended extensions docs
- after install all recommended extensions in last section install VSC extensions
- control + shift + p
- start type
Dev Containers: Reopen in Container
and select (that it the folder will reopen in docker with access to it terminal) - run any nx workspace command such as nx workspace command
Front - Main App
npx nx run main-app:serve
BFF
npx nx run api:serve
npx nx serve
npx nx run <app-name>:serve
npx nx test
npx nx run <app-name>:test
npx nx run <app-name>:test --watch
npx nx lint
npx nx run <app-name>:lint
npx nx build
npx nx run <app-name>:build
npx nx run <app-name>:storybook
npx nx run <app-name>:build-storybook
npx nx graph
npx nx migrate latest
Jenkins
|-- Jenkinsfile
|-- jenkins.dio
Makefile
README.md
apps
|-- api
| |-- Dockerfile
| |-- Jenkins
|-- main-app
| |-- Dockerfile
| |-- Jenkins
libs
|-- api-interfaces
|-- front
| |-- dynamic-forms
| |-- dynamic-table
| |-- base-client
| |-- ui-standalone-components
nx.json
package.json
workspace.json
This project was generated using Nx.
π Smart, Fast and Extensible Build System
10-minute video showing all Nx features
Nx Cloud enables faster builds and tests by caching computations.