Skip to content

A quick start for Remix apps with Tailwind CSS, all included.

Notifications You must be signed in to change notification settings

rphlmr/remix-tailwind-base-stack

Repository files navigation

Remix Tailwind Base Stack

A quick start for Remix apps with Tailwind CSS, all included.

remix_love_tailwind

Learn more about Remix Stacks.

npx create-remix@latest --template rphlmr/remix-tailwind-base-stack

What's in the stack

⚠️ Typescript only

Only the basics:

Not a fan of bits of the stack? Fork it, change it, and use npx create-remix --template your/repo! Make it your own.

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.

DIY

If you're familiar with deploying node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of remix build

  • build/
  • public/build/

About

A quick start for Remix apps with Tailwind CSS, all included.

Topics

Resources

Stars

Watchers

Forks