Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 573 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 573 Bytes

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 for your tests