An open API service indexing awesome lists of open source software.

https://github.com/daniel-sc/angular-cli-28576


https://github.com/daniel-sc/angular-cli-28576

Last synced: 2 months ago
JSON representation

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.