Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baloise/talk-cicd-javascript

A talk about Continuous Delivery of JavaScript packages in an enterprise environment
https://github.com/baloise/talk-cicd-javascript

build-automation continuous-delivery npm

Last synced: 23 days ago
JSON representation

A talk about Continuous Delivery of JavaScript packages in an enterprise environment

Awesome Lists containing this project

README

        

# talk-cicd-javascript

A talk about Continuous Delivery of JavaScript packages in an enterprise environment.

## View the presentation
You can view it directly [here on Github](https://baloise.github.io/talk-cicd-javascript/index#/)

## Working with a reveal.js presentation
- The presentation is created with [reveal.js](http://lab.hakim.se/reveal-js/).
- You can find the documentation here: [Doku](https://github.com/hakimel/reveal.js)
- The slides are navigatable with the arrows on your keyboard
- Google Chrome offers the best user experience
- "F" jumps to fullscreen mode, exit with ESC
- "O" shows an overview of all slides, exit with ESC
- CTRL + P offers a view which is perfect for printing. You can also print those as pdfs, but you need to have the dev server running locally to use this feature
- You found an error or have a question? Open a pull request or file an issue

## Run the presentation locally

You only need to have node.js (>= 8.4.0) installed.

### Installing node.js:

- [Node.js](http://nodejs.org) >= 8.4.0

### Installing dependencies
```sh
$ npm install
```

### Run the application locally
```sh
$ npm start
```

Open [localhost on Port 3000](http://localhost:8000).