Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.23 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.23 KB

Create Next App - Typescript, Jest and Storybook

Features

Main

  • react
  • next
  • typescript
  • jest
  • playwright
  • styled-components
  • storybook

Generate code

  • plop

Lint

  • eslint
  • eslint-plugin-import-helpers
  • eslint-plugin-jest-dom
  • eslint-plugin-testing-library
  • stylelint

Formatting

  • prettier

CSS packages

  • modern-css-reset

TODO

  • e2e Playwright
  • Add GitHub Actions
  • Add react-intl
  • Add Apollo config in a different branch ref

Custom Angular Commit Conventions

Types

Must be one of the following:

  • 📦(build): Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ⚙️(ci): Changes to our CI configuration files and scripts (example scopes: Circle, BrowserStack, SauceLabs)
  • 📖(docs): Documentation only changes
  • 🚀(feat): A new feature
  • 🛠️(fix): A bug fix
  • 🚅(perf): A code change that improves performance
  • 🧹(refactor): A code change that neither fixes a bug nor adds a feature
  • 🧪(test): Adding missing tests or correcting existing tests