Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 305 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 305 Bytes

Next.js Template

This is a template for Next.js projects

Features

  • TypeScript
  • ESLint
  • Prettier (using airbnb config)
  • Husky (run ESLint and Prettier on pre-commit)
  • Github Actions (check code style & errors on pull requests)
  • Chakra UI
  • API Data Fetching
    • Axios
    • React Query
    • Zod