Setting up a full-stack application with Node, Express, Vite, React, tailwindcss, twin.macro and styled-components
The Stack ๐
vite: a fast, lightweight frontend build tool that uses ES modules and service workers to provide a smooth development experience.
tailwindcss: a utility-first CSS framework for rapidly building custom user interfaces.
twin.macro: a B...
blog.adeeshsharma.com11 min read
Kostiantyn Ochenash
FSDev
Hi! Thanks for sharing! This line helped me:
import macrosPlugin from 'vite-plugin-babel-macros'; export default defineConfig({ plugins: [macrosPlugin(), react()], })