Let's get started! Here's what you'll need:
Your Remix license key:
Node.js v14+. Get it here
Open up your terminal and type this:
npx create-remix@latest
When it asks which server you want to use, pick "Remix App Server" for this tutorial. You'll notice that there are a lot of options, so you can deploy to any server you want.
Enough chat, let's go!
cd my-remix-app
remix dev
Your new website should be up at http://localhost:3000.
Congrats, you can now add "Remix Developer" to your résumé.