jjreina / electronjs-bootstrap-webcomponent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electronjs-bootstrap-webcomponent

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.

Several components have been integrated from Bootstrap 5:

  • Buttons
  • Carousel
  • Alerts

And aldo the web components concept has been used.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/jjreina/electronjs-bootstrap-webcomponent
# Go into the repository
cd electronjs-bootstrap-webcomponent
# Install dependencies
npm install
# Run the app
npm start

App

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 65.7%Language:HTML 34.3%