muhammedikinci / chat-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Chat API UI Project

Table of Contents
  1. Getting Started
  2. Commands
  3. Contact

Getting Started

Prerequisites

  • npm&node
  • Docker

Installation

  1. Clone the repo
    git clone https://github.com/muhammedikinci/chat-client
    cd ./chat-client
  2. Install modules
    npm install

Commands

Serve with development

npm run dev

Run Docker

Build Dockerfile

docker build --tag chat_client .

Run image

docker run -it -p 8080:80 --rm --name chat_client chat_client

Go App

http://localhost:8080

Contact

Muhammed İKİNCİ - muhammedikinci@outlook.com

About


Languages

Language:JavaScript 49.4%Language:Svelte 40.6%Language:CSS 6.0%Language:HTML 2.6%Language:Dockerfile 1.4%