electron-bootstrap-starter

Electron with Bootstrap 4 Example

Usage no npm install needed!

<script type="module">
  import electronBootstrapStarter from 'https://cdn.skypack.dev/electron-bootstrap-starter';
</script>

README

electron-bootstrap-starter

Electron with Bootstrap 4 starter project with CRUD and data persistence.

electron-bootstrap-starter

This is

A starter project to show how to get Electron and Bootstrap 4 running together.

Features

  • Bootstrap 4
  • ES6
  • Components architecture
  • Simple reactive behaviour (without React, Angular etc.)
  • Font-Awesome 5 integration
  • CRUD example with JSON storage in file
  • Settings component with persistent storage

Installation

Clone sources and run

npm install

Running

npm start