Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/softspiders/node-travis-heroku-cd

Minimalistic Node App Continuous Delivery by Travic CI to Heroku
https://github.com/softspiders/node-travis-heroku-cd

cd ci continuous-delivery devops express helloworld heroku javascript js min node softspider softspiders ss starter template test testing travis

Last synced: about 2 months ago
JSON representation

Minimalistic Node App Continuous Delivery by Travic CI to Heroku

Awesome Lists containing this project

README

        

[SOFTSPIDERS](https://github.com/softspiders/softspiders)

# Minimalistic Node App Continuous Delivery through Travic CI to Heroku

## Feature tags

- build
- cd
- ci
- deploy
- heroku
- jest
- nodejs
- starter
- template
- travis

## Direct ancestors

[node-testing-in-travis](https://github.com/softspiders/node-testing-in-travis) - also by code

---

## Direct descendants

[puppeteer-jest-travis-heroku](https://github.com/softspiders/puppeteer-jest-travis-heroku)

---

## Requirements

* [Node.js](https://nodejs.org/en/download/package-manager/)
* Registration in [Travis CI](https://travis-ci.com/)
* Registration in [Heroku](https://devcenter.heroku.com/)
* [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli)

---

## Installation

```sh
yarn
```

## Running test

```sh
yarn test
```

## Deploying to Heroku

TBD

---

## Demo

---

## Authors

[Alexander Lapygin](https://github.com/AlexanderLapygin)

---

### License

Licensed under the [MIT license](./LICENSE).