Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ergyl/agile-ci-cd
https://github.com/ergyl/agile-ci-cd
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ergyl/agile-ci-cd
- Owner: ergyl
- License: mit
- Created: 2024-03-12T08:44:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T21:31:31.000Z (10 months ago)
- Last Synced: 2024-03-15T21:57:21.236Z (10 months ago)
- Language: JavaScript
- Size: 546 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CI/CD Example Application
## General
This is a simple example project for use to demonstrate CI/CD workflow.
It contains a simple web app built with web components and modules with a few
(incomplete) tests.## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run start
```### Compiles and minifies for production
```
npm run build
```### Creates documentation
```
npm run doc
```