1.0.0 • Published 1 year ago

nodejs-client-template v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

nodejs-frontend-template

Installation

  1. Install the dependencies.

    $ yarn

Update

  1. Update browserslist .

    $ npx browserslist --update-db

Development

  1. Start containers.

    You can choose one of:

    # Start with the existing containers.
    $ yarn dev:container:start
    # Build and start new containers without cache.
    $ yarn dev:container:start:nocache
  2. 🎉 Happy coding! 🎉

Development tools

Troubleshooting

  1. Cannot find module '@jeraoss/jera-design-ui' or its corresponding type declarations.

    Try:

    yarn build-lib
    yarn link:jera-design-ui
  2. If you get a token error on the console How to reduce browser console errors

    1. Comment out lines 9 and 10 in "src\context\WSO2AuthContext\WSO2Envs.ts"
    2. container restart
    3. Restore the commented out part in 1
    4. container restart
    • It is said that the specified part is not recognized well.