Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baloise/talk-cicd-javascript
- Owner: baloise
- License: mit
- Created: 2018-06-18T08:55:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T12:54:17.000Z (about 2 years ago)
- Last Synced: 2024-11-09T08:35:57.713Z (3 months ago)
- Topics: build-automation, continuous-delivery, npm
- Language: JavaScript
- Homepage: https://baloise.github.io/talk-cicd-javascript/index#/
- Size: 52.5 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: docs/CODEOWNERS
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).