Replies: 1 comment 1 reply
-
When you create a new app using the CLI you need to choose between a stack or using just the basics. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't seem to find instructions on how to setup Remix manually without using a template like
remix-run/indie-stack
. I'd much rather have a minimal setup without Prisma, tailwindCSS, Cypress and all the other boilerplate that template brings inn.I want something similar to Next.js manual setup guide.
Seems that
npx create-remix@latest
can give me a smaller setup without all the boilerplate, but I still can't find a total manual setup instructions.Beta Was this translation helpful? Give feedback.
All reactions