Skip to content

This PWA Chat Application was made in the Mobile Apps & User Expierence course at HS-Esslingen.

License

Notifications You must be signed in to change notification settings

FreakeyPlays/pwa-chat

Repository files navigation

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