Next.js installation instructions out of date? #3420
-
(I'm new to both Tailwind and Next, so I hope this isn't too trivial an issue to post about.) At https://tailwindcss.com/docs/guides/nextjs, it says:
There is no
This file is (apparently) no longer generated by default. My guess would be that I need to create a (It's very possible subsequent instructions are incorrect, but I stopped there for now. Thank you!) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Next. js provides a backend that can server side render a response to request, allowing you to create a dynamic website, which means you will deploy it on a platform that can run Node. |
Beta Was this translation helpful? Give feedback.
-
Hey not sure how you are installing Next.js, but this is the directory structure for a fresh Next app: That's what you get when running these instructions from the Next.js docs: The instructions in the docs are accurate, there is no |
Beta Was this translation helpful? Give feedback.
Hey not sure how you are installing Next.js, but this is the directory structure for a fresh Next app:
That's what you get when running these instructions from the Next.js docs:
The instructions in the docs are accurate, there is no
static
folder in Next.js 10 (there used to be in much older versions) so maybe you are somehow working with an old version of next.