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
- Storybook
- Makes it easier to build UI components. Build components in isolation, mock hard-to-reach use cases, and more