Please make sure you have rimraf package installed globally.
npm install -g rimraf
- clone repo:
git clone [email protected]:plastikaweb/plastikspace.git
. - run
yarn install:local
. - to serve it locally in development run
yarn <apn-name>:serve
.
Some of the more usual generators and scripts:
- Run
ng g @nx/angular:app my-app
to generate an application. - Run
ng g @nx/angular:lib my-lib
to generate a library. - Run
ng serve my-app
for a dev server. Navigate to localhost:xxxx. The app will automatically reload if you change any of the source files. - Run
ng g component my-component --project=my-app
to generate a new component. - Run
ng build my-app
to build the project. The build artifacts will be stored in thedist/
directory. Use the--prod
flag for a production build. - Run
yarn test
to execute the unit tests via Jest. - Run
yarn affected:test
to execute the unit tests affected by a change. - Run
yarn dep-graph
to see a diagram of the dependencies of your projects.
To see a full list of available scripts see package.json file > scripts.
It is strongly recommended to use Nx Console for VSCode in order to run Nx generators.
This is a list of all the global shared libraries. It is very likely that other libraries exist but are related to a single project, so they are listed in the concrete project domain.
- core-util-environments
- core-util-assets
- core-util-api
- core-util-cypress-commands
- core-styles-util-tailwind-preset
- core-styles-util-material
- core-ng-entry-html-util
- core-router-data-access
- core-entities
- core-can-deactivate-guard
- core-mat-theme-toggle
- shared-auth-feature
- shared-auth-firebase-data-access
- shared-auth-login-feature
- shared-auth-register-feature
- shared-auth-request-password-feature
- shared-form-ui-year-picker/shared-form-ui-year-picker-type
- shared-textarea-with-counter
- shared-input-color-picker
- shared-input-password-with-visibility
- shared-input-table
- shared-input-search-util
- shared-util-entities
- shared-util-objects
- shared-util-return-as-observable-pipe
- shared-util-formatters
- shared-util-dynamic-bg-color
- shared-util-latinize
Carlos Matheu Armengol