Electron with Bootstrap 4 starter project with CRUD and data persistence.
A starter project to show how to get Electron and Bootstrap 4 running together.
- 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
Clone sources and run
npm install
npm start