- Rollup.js Module bundler
- LitElement Web Components
- LitHtml HTML templating library
- Karma Test runner
- Mocha Test framework
- Chai Assertion library
- Selenium E2E testing
- Vaadin Routing
- ESLint Linter tool
- Prettier Code formatter
- Husky Pre commit/push Hooks
- CommitLint Commit convention
- Storybook UI components tool
Run from command line
git clone https://github.com/vicdata4/lit-course
cd lit-courseInstall dependencies
npm installRun application
npm run devConventional commits
fix: some messagefix(scope): some messagenpm run testnpm run test:e2eESLint
npm run lintnpm run lint:fixStorybook
npm run storybook