https://github.com/12343954/electron-berry-free
Berry, an open-source Electron-based dashboard app, written in javascript and react.js. (2024)
https://github.com/12343954/electron-berry-free
admin-dashboard admin-template berry berry-dashboard boilerplate dark-theme dashboard electron electron-26 electron-builder-24 light-dark-theme material-ui mui react-18 react-router-v6 reactjs webpack
Last synced: 6 months ago
JSON representation
Berry, an open-source Electron-based dashboard app, written in javascript and react.js. (2024)
- Host: GitHub
- URL: https://github.com/12343954/electron-berry-free
- Owner: 12343954
- License: mit
- Created: 2024-08-23T06:33:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T06:29:35.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T19:41:32.598Z (over 1 year ago)
- Topics: admin-dashboard, admin-template, berry, berry-dashboard, boilerplate, dark-theme, dashboard, electron, electron-26, electron-builder-24, light-dark-theme, material-ui, mui, react-18, react-router-v6, reactjs, webpack
- Language: JavaScript
- Homepage: https://github.com/12343954/electron-berry-free
- Size: 5.01 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# electron-berry-free
An open-source Electron-based dashboard app, written in javascript and react.js.
uses Electron, React, React Router, Webpack and React Fast Refresh.
## Based on
| # | Github Porject | Description |
| ----------- | ----------- | ----------- |
| 1 | [Berry Free React Material UI Admin Template](https://github.com/codedthemes/berry-free-react-admin-template)| a free Material UI admin dashboard template built with React. It is meant to provide the best possible User Experience with highly customizable feature-rich pages. It is a complete Dashboard Template that has easy and intuitive responsive design whether it is viewed on retina screens or laptops. |
| 2 | [Electron React Boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate) | uses Electron, React, React Router, Webpack and React Fast Refresh. |
## Main dependencies
```
"dependencies": {
"@mui/material": "^5.15.10",
"apexcharts": "^3.52.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.16.0",
"redux": "^5.0.1",
},
"devDependencies": {
"electron": "^26.2.1",
"electron-builder": "^24.13.3",
"sass": "^1.67.0",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
}
```
## Install
```
node -v
v18.14.1
```
Clone the repo and install dependencies:
```
$ git clone https://github.com/12343954/electron-berry-free.git your-project-name
```
```
$ cd your-project-name
```
```
$ `yarn` or `npm install`
```
## Starting Development
Start the app in the `dev` environment:
```bash
$ `yarn start` or `npm start`
```
## Packaging for Production
To package apps for the local platform:
```bash
$ `yarn package` or `npm run package`
```
## Enjoy it 😄
### MIT License