Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 450 Bytes

File metadata and controls

10 lines (6 loc) · 450 Bytes

Nextjs, Tailwindcss, storybook and TypeScript

A boilerplate with

Next.js (with TypeScript)

    • A React framework that allows server-side rendering (compared to Create React App, which specializes in client-side rendering)
  • Tailwind CSS
    • Productive and maintainable CSS framework that uses utility classes heavily. Pairs quite well with the Headwind VS Code extension