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
- uses npm
- tailwindcss 2.0
- typescript
- basic layout components with header, body, footer
- api route template
- svgr webpack configured (use svg's as components)