Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 211 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 211 Bytes

Boilerplate for Next.js

It includes:

  • Next.js with pages router
  • TypeScript
  • Styled Components
  • EsLint
  • Prettier
  • Jest

Setup

npm i

Development

npm run dev

npm run lint

npm run test