nilsi / PersonalWebsite2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker setup for the Aurelia starter kit

Provides an easy way to run the Aurelia starter kit using Docker and Docker Compose.

Prerequisites

Instructions

  1. Clone this repository.
  2. Download the Aurelia starter kit from the "Getting Started" section in the Aurelia documentation.
  3. Extract the zip file in this directory.

Then, to run the starter kit:

$ docker-compose up

This will build an image based on the official Node.js image from Docker hub, and spin up a container listening on http://localhost:8080.

About


Languages

Language:TypeScript 45.5%Language:CSS 34.3%Language:HTML 17.9%Language:JavaScript 2.3%