petyots / task-manager-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

task-manager-ui

Build Setup

# copy .env
cp .env.example .env

# Build image
$ docker build -t task-manager-ui . 

# Start app container in detached mode
docker run -dp 3000:3000 task-manager-ui

# Will be available at https://localhost:3000

Task Manager UI (http://localhost:3000)

About


Languages

Language:Vue 84.1%Language:JavaScript 14.0%Language:Dockerfile 0.8%Language:TypeScript 0.6%Language:Shell 0.4%