/stencil-bootstrap

Bootstrap 4 Web Components built with https://stenciljs.com

Primary LanguageTypeScriptMIT LicenseMIT

Disclaimer

I started this project to help myself become friends with JSX after putting it off for a very long time, while also learning more about Web Components and the new lovely StencilJS

Bootstrap 4 Web Components (built with StencilJS)

Implements the following Bootstrap components:

Getting Started

To get a taste of what's been completed so far, clone this repo and serve it locally:

git clone git@github.com:kshaaban-/stencil-bootstrap.git
cd stencil-bootstrap

and run:

npm install
npm start