Home

Awesome

Welcome to ReTail!

<a href="https://www.secretmessag.es"> <img alt="ReTail project image" src="https://github.com/user-attachments/assets/faa11cde-3eec-4bb9-b140-e369d8639bd4"> </a>

This template is a starting point for building a Remix app with Vite and Tailwind CSS and was built on top of npx create-remix@latest which you will find on https://remix.run/docs/en/main/guides/vite.

See the Remix Vite docs, the Vite docs and the Tailwind CSS docs for details on supported features.

Features

Development

Run the Vite dev server:

npm run dev

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 npm run build