Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.1 KB

README.md

File metadata and controls

46 lines (33 loc) · 2.1 KB

Next.js start template

Statements Branches README.md Functions Lines
Statements Branches Functions Lines

Requirements

Technology stack

Installation

pnpm install

Scripts

Main scripts

  • dev - running project on localhost for development
  • build - build project on production server
  • start - run project on production server

Code preparation scripts

  • check - full code review before pushing to repository
  • eslint - code error checking
  • prettier - formatting code
  • test - running tests
  • tsc - typescript error checking