Exercise: Remix Stacks
Take a couple minutes to create a new Remix application without a stack. We'll go over what the MVP of a Remix website is from a code perspective.
npx create-remix@latest my-project
When prompted:
- Install the
create-remixpackage. - Select a basic app type.
- Choose
Remix App Serverfor a deployment target. - Select TypeScript.
- Opt in to running
npm install.