https://github.com/altafjava/school-management-electron
https://github.com/altafjava/school-management-electron
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/altafjava/school-management-electron
- Owner: altafjava
- Created: 2020-09-19T16:24:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T16:43:00.000Z (over 4 years ago)
- Last Synced: 2025-01-12T23:12:23.517Z (4 months ago)
- Language: JavaScript
- Size: 495 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## School Management System using Electron
This is a simple school management project which deals with take admission and generate invoice for fees details.
### Install
#### Clone this repo
```
git clone https://github.com/altafjava/school-management-electron.git
```#### Install dependencies
```
npm install
```or
```
yarn
```### Usage
#### Run the app
```
npm run start
```or
```
yarn start
```#### Build the app (automatic)
```
npm run package
```or
```
yarn package
```#### Build the app (manual)
```
npm run build
```or
```
yarn build
```#### Test the app (after `npm run build` || `yarn run build`)
```
npm run prod
``````
yarn prod
```#### Create Windows Installer (Setup File)
```
npm run setup
``````
yarn setup
```### Change app title
Change the app title in the **webpack.build.config.js** and the **webpack.dev.config.js** files