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-remix
package. - Select a basic app type.
- Choose
Remix App Server
for a deployment target. - Select TypeScript.
- Opt in to running
npm install
.