Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lighth7015/firehouse

A Preact Material-UI theme written in TypeScript (heavily inspired by Google's Firebase UI)
https://github.com/lighth7015/firehouse

preact preact-template preact-x typescript

Last synced: about 2 months ago
JSON representation

A Preact Material-UI theme written in TypeScript (heavily inspired by Google's Firebase UI)

Awesome Lists containing this project

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