Skip to content

acd02/next-starter-kit

Repository files navigation

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: