Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaeljymsgutierrez/sbm-application
Business Management System (AIO Modules for Business)- Built using Github's Electron
https://github.com/michaeljymsgutierrez/sbm-application
Last synced: 15 days ago
JSON representation
Business Management System (AIO Modules for Business)- Built using Github's Electron
- Host: GitHub
- URL: https://github.com/michaeljymsgutierrez/sbm-application
- Owner: michaeljymsgutierrez
- Created: 2017-07-19T02:59:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T03:33:05.000Z (about 7 years ago)
- Last Synced: 2024-11-11T08:50:42.143Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 4.67 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMS - Desktop Edition
------
###### 1. Development Requirements
- NodeJS
- Bower
- NVM - Node Version Manager###### 2. Run Set Up
- cd in to directory and run this command in terminal to install
dependencies / devDependecies
- ``` npm install ```
- ``` npm install -g electron ```
- ``` npm install -g electron-prebuilt ```##### Inlcuded commands on script
###### Note: This commands are all custom by me on `package.json` and `gulpfile.js`
- ``` gulp serve ``` - start the application on dev-mode
- ``` gulp watch``` - minify and compile SASS on watch mode
- ``` gulp sass``` - minify and compile SASS for prod
- ``` gulp compress ``` - minify all JS for prod
- ``` gulp unit-test ``` - execute unit test
- ``` gulp build-linux ``` - build linux executable
- ``` gulp build-mac ``` - build macOs executable
- ``` gulp build-windows ``` - build windows executable###### I do not included yet the installer build script because of high resource usage
###### Note: Relase build can all done on any platfom which generate the executable file for corresponding OS wether it is mac , linux, windows