Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

pickware/conference-talk-enterjs-2019

Repository files navigation

EnterJS 2019 talk - JavaScript DevOps: Orchestrate Kubernetes deployments using NodeJS

Setup

This project uses yarn workspaces, so as a first step you should install all dependencies from the root folder:

yarn install

Example application

The example application lives in ./enterjs-app.

To run the example application:

cd ./enterjs-app
yarn run server

To build and run the example application's Docker image:

cd ./enterjs-app
docker build -t enterjs-app .
docker run --rm -d -p 8080:8080 enterjs-app:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published