https://github.com/borsch/timetable
https://github.com/borsch/timetable
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/borsch/timetable
- Owner: borsch
- Created: 2018-02-06T08:29:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T15:17:13.000Z (about 8 years ago)
- Last Synced: 2025-01-23T18:14:46.102Z (over 1 year ago)
- Language: JavaScript
- Size: 368 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timetable app
## Environment
1. Node 6.9 or higher
## Run
Install all dependencies using following command `npm install`. After this you can run app without building a binary with command `electron .` (electron must be install with flag `-g` for global access) or you can pack app into an executable with command `npm run-script package-win`, than executable file will be located in `builds` directory
## Package Managers
* npm - for js
* bower - for styles
## Project Structure
* src/app - root of angular app, should contain everything related to frontend
* src/lib - common reusable modules