sanches89 / cna-typescript

Create a Next.js App with Typescript, Jest and Storybook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Create a Next.js App with Typescript, Jest and Storybook


Languages

Language:TypeScript 58.4%Language:Handlebars 24.1%Language:JavaScript 17.6%