https://github.com/eliranmal/complit
a neat, lit, auto-complete component
https://github.com/eliranmal/complit
auto-complete lit-element webcomponents
Last synced: about 2 months ago
JSON representation
a neat, lit, auto-complete component
- Host: GitHub
- URL: https://github.com/eliranmal/complit
- Owner: eliranmal
- License: bsd-3-clause
- Created: 2021-11-14T16:25:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T22:03:55.000Z (over 4 years ago)
- Last Synced: 2025-08-08T02:49:45.672Z (11 months ago)
- Topics: auto-complete, lit-element, webcomponents
- Language: TypeScript
- Homepage: https://eliranmal.github.io/complit/
- Size: 635 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# complit
> a neat, lit, auto-complete component
## what
this is an auto-complete web-component, built with [lit][lit-website].
## where
[here][complit-githubio].
## why
this is part of my job application process at [folloze][folloze-website].
## how
to run locally make sure you have [node.js][node-js-website] installed, clone the repository, and in the project root, run:
npm i
npm start
this will spawn a typescript builder, a rollup bundler, and a local static server, all on watch mode, waiting for file changes.
when all is set, the application can be found locally at localhost:3000.
at the moment there are no hot-reload capabilities, so you'll have to manually reload the page after changes.
[complit-githubio]: https://eliranmal.github.io/complit/
[lit-website]: https://lit.dev/
[node-js-website]: https://nodejs.org/en/
[folloze-website]: https://www.folloze.com/