Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 956 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 956 Bytes

HSE Logo

PWA Chat

📌 - Description

This PWA Chat Application was made in the Mobile Apps & User Experience course at HS-Esslingen. The Technology used in this Project is HTML, SASS and TypeScript.

🐳 - Production Installation

  1. Pull the Docker Image
docker pull ghcr.io/freakeyplays/pwa-chat:<version>
  1. Run the Docker Image
docker run -p <port>:80 ghcr.io/freakeyplays/pwa-chat:<version>

⚙️ - Development Installation

  1. Clone the Repository
git clone https://github.com/FreakeyPlays/pwa-chat.git
  1. Navigate to the Project Directory
cd pwa-chat
  1. Install Dependencies
npm install
  1. Run the Application in Development Mode
npm start