Let's get started! Here's what you'll need:
Your Remix license key:
Node.js. Get it here
Open up your terminal and type this:
npm init remix
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
npm run dev
Your new website should be up at http://localhost:3000.
Congrats, you can now add "Remix Developer" to your résumé.