https://github.com/shaack/electron-bootstrap-starter
Electron with Bootstrap 4 starter project
https://github.com/shaack/electron-bootstrap-starter
Last synced: about 1 year ago
JSON representation
Electron with Bootstrap 4 starter project
- Host: GitHub
- URL: https://github.com/shaack/electron-bootstrap-starter
- Owner: shaack
- License: mit
- Archived: true
- Created: 2018-04-29T21:09:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T03:46:01.000Z (over 4 years ago)
- Last Synced: 2025-04-04T05:42:46.037Z (about 1 year ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 17
- Watchers: 2
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://electronjs.org/) 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```