Skip to content

egoist/remix-starter

Repository files navigation

Remix Starter

Features

  • TRPC
  • TailwindCSS and shadcn-ui
  • Iconify Icons
  • Postgres and Drizzle-ORM
  • Docker support (you can also use Vercel, Cloudflare Pages and others)

Development

Setup your environment variables:

cp .env.example .env
# adjust env variables in the .env file

Run the dev server:

pnpm dev

Deployment

First, build your app for production:

pnpm build

Then run the app in production mode:

pnpm start

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

About

Remix starter template

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published