Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 857 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 857 Bytes

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