Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 389 Bytes

File metadata and controls

22 lines (16 loc) · 389 Bytes

Next JS starter with Jest, Typescript, Airbnb style, Prettier, and ESLint

Based on with-jest-typescript and the official tutorial.

Install and run:

yarn
yarn dev

Run ESLint

yarn lint

Run Jest tests

yarn test