K-componet is a tiny componet library. It is a set of preact components. Microfront-end concept.
- Button
- CurrentTime
- run
npm install
- run
npm run dev
to start the dev server - run
npm run prod
to build the dist folder
- Preact - Fast 3kB alternative to React with the same modern API
- Rollup - Bundler for modern JavaScript
- TypeScript - Superset of JavaScript, with static typing and runtime checks
- Styled-components - CSS-in-JS library for preact
- Rollup plugins: livereload, postcss, typescript, ...