项目作者: floriansr

项目描述 :
Starter NextJS/TS/Jest/Styled-Components
高级语言: TypeScript
项目地址: git://github.com/floriansr/Nextjs_boilerplate.git
创建时间: 2020-11-22T15:24:08Z
项目社区:https://github.com/floriansr/Nextjs_boilerplate

开源协议:MIT License

下载


STARTER NextJS-TS-Jest-UI

Build Status
codecov

If you have difficulties with types atm, you can disable strict mode (tsconfig.json).


Useful scripts

  1. yarn test:watch

It will open jest console without coverage

  1. yarn ts:check

It will check TS bugs

  1. yarn ts:coverage

It will check TS types coverage (score atm (01/12/2020): 1498 / 1506 99.46%)

Author

Inspired by these contributors : Liinkiing & layshidani