Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 512 Bytes

File metadata and controls

19 lines (13 loc) · 512 Bytes

React Component Template

React Component scaffolding

Features

  • storybook dev environment
  • intentionally simple build config support to encourage maximium portability.
  • only support for js files (same js presets as create-react-app)
  • css-in-js via styled-components (no .css files support)
  • prettier via lint-staged

Commands

  • npm run storybook: start storybook dev env
  • npm test: run unit tests
  • npm run test:watch: run unit tests when files change
  • npm run build: build the module