Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 1.45 KB

README.md

File metadata and controls

66 lines (50 loc) · 1.45 KB

Dependencies

Quick start

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

More info

fix: some message
fix(scope): some message


Unit Tests

npm run test

ESLint

npm run lint
npm run lint:fix