Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.08 KB

NextTs

Nextjs template pre-configured with TS (strict), Scss, Prettier+ESLint

Links

Tech

  • TypeScript

  • Scss

  • Prettier

  • Yarn

Getting Started

Install:

  • yarn

Run:

Run customer port:

  • Open package.json and replace ("dev": "next dev") with ("dev": "next dev -p 8000")
  • Then open http://localhost:8000

Deploying on Vercel