Skip to content

v1z/react-template

Repository files navigation

What's inside

CLI scripts

  • start - starting webpack-dev-server on 3000 port
  • build - making production build and put it in dist folder
  • story - starting storybook on 9000 port
  • make - generate new file from template
  • lint - run both eslint and stylelint with quality configs plus cheking the types
  • format - run both eslint and stylelint with format configs (extends qulity configs with formatting rules) and --fix option

What's next

  • bunch of a11y ready default components
  • tests for the components