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.
- Pull the Docker Image
docker pull ghcr.io/freakeyplays/pwa-chat:<version>
- Run the Docker Image
docker run -p <port>:80 ghcr.io/freakeyplays/pwa-chat:<version>
- Clone the Repository
git clone https://github.com/FreakeyPlays/pwa-chat.git
- Navigate to the Project Directory
cd pwa-chat
- Install Dependencies
npm install
- Run the Application in Development Mode
npm start