README
electron-bootstrap-starter
Electron with Bootstrap 4 starter project with CRUD and data persistence.
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