https://github.com/danwild/ci-test
Simple Angular-TypeScript project for testing CI/CD pipeline.
https://github.com/danwild/ci-test
Last synced: over 1 year ago
JSON representation
Simple Angular-TypeScript project for testing CI/CD pipeline.
- Host: GitHub
- URL: https://github.com/danwild/ci-test
- Owner: danwild
- Created: 2016-02-09T02:43:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T02:44:17.000Z (over 10 years ago)
- Last Synced: 2025-01-07T21:33:49.705Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ci test 
For use in testing CI/CD pipeline with GitHub + Jenkins + AWS CodeDeploy.
This project is generated with [yo angular-typescript-gulp] (https://github.com/danwild/generator-angular-typescript)
generator.
test
The default task has a nodemon watching for changes.
To just run server: `gulp serve`
To just run build: `gulp build`