Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/lighth7015/firehouse
- Owner: lighth7015
- License: mit
- Created: 2020-04-19T18:05:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T17:46:45.000Z (over 4 years ago)
- Last Synced: 2023-10-26T10:19:38.000Z (about 1 year ago)
- Topics: preact, preact-template, preact-x, typescript
- Language: TypeScript
- Homepage:
- Size: 445 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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