Setup React + Tailwind: The Easy Way!

preview_player
Показать описание
You can either go to the docs and follow the steps or launch a command that does it for you. Nx comes with a whole set of such useful commands (called "generators") to make your life easier. Let's check it out!

▬▬▬▬▬▬ 🔗 Links ▬▬▬▬▬▬

▬▬▬▬▬▬ ⏱ Timecodes ▬▬▬▬▬▬
0:00 Intro
0:42 Code generators
1:25 Generating Tailwind setup
2:55 Tailwind in a monorepo
4:10 Tailwind and NextJS in a monorepo
5:18 Sharing Tailwind config in a monorepo
6:49 Wrap up

▬▬▬▬▬▬ 🐦 Socials ▬▬▬▬▬▬
Рекомендации по теме
Комментарии
Автор

Hello, Thank you for the video. I have startded a standalone react project with Rspack bundler, selected CSS and after setting up Tailwind as in the Nx Tutorial, it doesn't work with the exemple given. The Css doesn't apply. Could you indicate a solution to complete the configuration. Thank You

Theicemiles
Автор

Great video! Could You prep another one based on BUILDABLE libs on Angular project?

bravoprochu
Автор

the config sharing is not working on my repo 😢

louislecouturier
Автор

Do Nx and @nrwl plugins support PNPM Workspaces?

I had some problems with the configuration of a monorepo project with Nx, I created 3 projects with the plugins @nrwl/node, @nrwl/react, @nrwl/expo but I had problems running the projects.

I tried to configure the same project with NPM and I managed to use it in a certain way, but I would like to use PNPM.

hallexcosta