Skip to content

trungdp/next-tailwind-styled-components

Repository files navigation

Nextjs - Prisma - Tailwindcss - Twin.macro - Styled-components

This template based on Nextjs - Prisma - Tailwindcss stack.

I create it for fans of Styled-components, with purpose that incorporate Tailwindcss and Styled-components by Twin.macro!

Twin blends the magic of Tailwind with the flexibility of css-in-js

In reallity, Twin.macro can make styled components just by itselfs. So if don't want to use Styled-components, you can custom this template a little bit to use Twin.macro's styled components.

How to install

Install package

cp .env.example .env && yarn install     # or npm install

Run this project on develop environment

yarn dev