NextJS Template

Notice

This repository contain husky. husky automatically run eslint and tsc every commit. If you see some error when you commit, you should fix your code as follow as eslint and tsc.

Development

  • npm ci
  • npm run dev
  • npm run lint
  • npm test