epicweb-dev / epic-stack

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
https://www.epicweb.dev/epic-stack
MIT License
4.32k stars 355 forks source link

Incomplete Setup Using npx create-remix@latest #758

Closed nikitakent closed 3 months ago

nikitakent commented 3 months ago

Description While following the Getting Started guide, I ran npx create-remix@latest to create a new Remix application. However, I noticed that several steps, including the Prisma setup, were missing.

Steps to Reproduce Follow the Getting Started guide using MacBook Pro with M1 chip. Run the command: npx create-remix@latest.

Expected Behavior The setup should include all necessary configurations, including Prisma setup and other essential steps, to get the application running easily.

Actual Behavior The setup was incomplete and did not include Prisma setup, among other necessary configurations.

Workaround I tried the following command and was able to get the complete (expected) boilerplate set up:

SKIP_SETUP=false SKIP_FORMAT=false SKIP_DEPLOYMENT=false npx create-epic-app@latest

This command ensured that all required setup steps were executed correctly.

Could you please update the Getting Started guide and the npx create-remix@latest command to ensure that all necessary setup steps are included by default?

Thank you!

kiliman commented 3 months ago

The Getting Started guide says to run npx create-epic-app@latest

create-remix uses the default Remix template from @remix-run and is not part of Epic Stack.

kentcdodds commented 3 months ago

What @kiliman said πŸ‘†

Let us know if there's anything else :)

kentcdodds commented 3 months ago

Also your last name is cool 😎