Tailwind Configuration
Hello, all!
I trying to run Tailwind on my Refine project, and and even though I configured the UI framework in how its creators conveyed it, starting the DEV server stalls after the completion of the "Rebuilding..." stage. How exactly is Tailwind configured in Refine?
2 Replies
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆
Answer: To start the dev server, run the command
Answer: To start the dev server, run the command
npm run dev
in the terminal.
SOURCES: ./docs/tutorial/1-getting-started/antd/2-create-project.md, ./docs/tutorial/1-getting-started/mui/2-create-project.md, ./docs/tutorial/1-getting-started/chakra-ui/2-create-project.md, ./docs/tutorial/1-getting-started/headless/2-create-project.md
Note: If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
typical-coral•3y ago
it should be same as react. for example our store example works with nextjs with tailwind
https://github.com/refinedev/refine/tree/next/examples/store
if you reproduce your problem on any platform. i will happy to debug