Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ergyl/agile-ci-cd


https://github.com/ergyl/agile-ci-cd

Last synced: about 2 months ago
JSON representation

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
```