https://github.com/rtbo/gantt-cycle
Gantt chart of manufacturing cycles in a web app
https://github.com/rtbo/gantt-cycle
Last synced: about 1 year ago
JSON representation
Gantt chart of manufacturing cycles in a web app
- Host: GitHub
- URL: https://github.com/rtbo/gantt-cycle
- Owner: rtbo
- Created: 2017-10-30T23:39:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T22:24:20.000Z (over 8 years ago)
- Last Synced: 2025-01-30T19:27:04.769Z (over 1 year ago)
- Language: TypeScript
- Size: 199 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gantt Cycle
Gantt charts of manufacturing cycles in a web app.
## Development
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.4.9.
The setup is further tweaked in the following way:
- during devlopment: a local angular server runs in parallel of the vibe.d REST back-end
- for production: vibe.d serves both the angular app and the REST back-end.
### Development server
Run `yarn serve:dev` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Rest API will run on the vibe.d server on `http://localhost:8080`
### Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
### Build
Run `yarn build:dev` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `yarn build:prod` flag for a production build.
### Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
### Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).