Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 446 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 446 Bytes

Next.js Starter Kit (with typescript)

Usage:

  • Clone the repo
  • install the dependencies $ npm install
  • dev mode $ npm run dev
    • if getting and error, run $ npm run build, then $ npm run dev
  • build $ npm run build
  • test $ npm run test
  • specific test coverage $ npm run test:coverage:only src=pathToFolder

Features: