Skip to content

floriansr/Nextjs_boilerplate

Repository files navigation

STARTER NextJS-TS-Jest-UI

Build Status codecov

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


Useful scripts

yarn test:watch

It will open jest console without coverage

yarn ts:check

It will check TS bugs

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