Skip to content

dogokit/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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.2%
  • JavaScript 12.1%
  • CSS 6.6%
  • Dockerfile 5.1%