React Component scaffolding
- 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
npm run storybook
: start storybook dev envnpm test
: run unit testsnpm run test:watch
: run unit tests when files changenpm run build
: build the module