Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 405 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 405 Bytes

Minimal Next.js starter with typescript & tailwind

Usage

  • git clone https://github.com/puf17640/next-typescript-tailwind.git your-app-name
  • cd your-app-name
  • git remote rm origin
  • npm init
  • npm run dev

Features

  • uses npm
  • tailwindcss 2.0
  • typescript
  • basic layout components with header, body, footer
  • api route template
  • svgr webpack configured (use svg's as components)