# firehouse **Repository Path**: mirrors_developit/firehouse ## Basic Information - **Project Name**: firehouse - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Firehouse A TypeScript + Material-UI + Preact boilerplate project, heavily inspired by the UI of Google's Firebase ## CLI Commands * `npm install`: Installs dependencies * `yarn start`: Runs `serve` or `dev`, depending on `NODE_ENV` value. Defaults to `dev server` * `yarn dev`: Run a development, HMR server * `yarn serve`: Run a production-like server * `yarn build`: Production-ready build * `yarn lint`: Pass TypeScript files using TSLint * `yarn test`: Run Jest and [`preact-render-spy`](https://github.com/mzgoddard/preact-render-spy) for your tests