- Rollup.js Module bundler
- LitElement Web Components
- LitHtml HTML templating library
- Karma Test runner
- Mocha Test framework
- Chai Assertion library
- Vaadin Routing
- Redux State Container
- ESLint Linter tool
- Prettier Code formatter
- Husky Pre commit/push Hooks
- CommitLint Commit convention
Run from command line
git clone https://github.com/vicdata4/lit-course
cd lit-course
Install dependencies
npm install
Run application
npm run dev
Conventional commits
fix: some message
fix(scope): some message
npm run test
ESLint
npm run lint
npm run lint:fix