Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 296 Bytes

lit-dropdown

a simple dropdown web component built in TypeScript with Lit and bundled with vite.

Installation

In the root directory of the project run:

npm install

Running

To start a local instance of the project, in the root directory of the project run:

npm run dev