# Rocket.UI **Repository Path**: mirrors_RocketChat/Rocket.UI ## Basic Information - **Project Name**: Rocket.UI - **Description**: ELM + Node.js + Webpack Frontend for Rocket.Platform - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rocket.UI ## Development Start the hot-reloading webpack dev server: npm start Navigate to . Any changes you make to your files (.elm, .js, .css, etc.) will trigger a hot reload. ## Production When you're ready to deploy: npm run build This will create a `dist` folder: . ├── dist │   ├── index.html │   ├── 5df766af1ced8ff1fe0a.css │   └── 5df766af1ced8ff1fe0a.js