https://github.com/daniel-sc/angular-cli-28576
https://github.com/daniel-sc/angular-cli-28576
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-sc/angular-cli-28576
- Owner: daniel-sc
- Created: 2024-10-08T10:54:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-08T10:56:35.000Z (over 1 year ago)
- Last Synced: 2025-10-08T06:45:09.063Z (9 months ago)
- Language: HTML
- Size: 259 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReproApp
execute steps in this order:
- yarn install --force
- yarn build-lib
- yarn i18n
steps used to publish lib (just as a fyi):
- cd dist/example-library
- npm publish --access public
steps used to initialize server
- yarn start
If you comment out the usage of "nodeModulesThirdPartyTranslation" everything works properly.