aides / devday2016

Demonstration of Continuous Deployment Pipeline for DevDay Ivanovo 2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev Day 2016 Continuous Deployment Sample

Quick Start

npm install
npm start

Tests

npm test

Run in a Docker container locally

docker build -t devday .
docker run -d -p 9000:9000 devday

About

Demonstration of Continuous Deployment Pipeline for DevDay Ivanovo 2016


Languages

Language:JavaScript 56.7%Language:HTML 43.3%