Patch from TestGrid repo
34 files changed
tree: 0f968b49a8423b92cc27e92cb30861aab59d3a04
  1. .storybook/
  2. pb/
  3. src/
  4. stories/
  5. test/
  6. .editorconfig
  7. .eslintignore
  8. .gitignore
  9. CONTRIBUTING.md
  10. custom-elements.json
  11. index.html
  12. LICENSE
  13. package-lock.json
  14. package.json
  15. README.md
  16. rollup.config.js
  17. tsconfig.json
  18. web-dev-server.config.mjs
  19. web-test-runner.config.mjs
README.md

TestGrid UI Demo

Built with open-wc recommendations

Scripts

Most scripts are in npm run commands.

  • start runs your app for development, reloading on file changes
  • start:build runs your app after it has been built using the build command
  • build builds your app and outputs it in your dist directory
  • test runs your test suite with Web Test Runner
  • lint runs the linter for your project

Pulling from upstream

Upstream proto definitions can be generated by running pb/bump-protos.sh

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.