Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zett-8/remixed-remix

Your Web Project's Stellar Launchpad. A production-ready template designed for seamless deployment on Cloudflare Pages. This template shines with a powerful stack: D1, KV, Tailwind, Drizzle, User Authentication, and Zod.
https://github.com/zett-8/remixed-remix

cloudflare-pages d1 kv remix tailwind vite zod

Last synced: 1 day ago
JSON representation

Your Web Project's Stellar Launchpad. A production-ready template designed for seamless deployment on Cloudflare Pages. This template shines with a powerful stack: D1, KV, Tailwind, Drizzle, User Authentication, and Zod.

Awesome Lists containing this project

README

        

![Convertio Image](https://github.com/zett-8/remixed-remix/assets/33055097/096c0cfc-e680-4c48-9d79-a2aa53e77ebb)

# 💿 Remixed Remix

Remixed Remix is your web project's stellar launchpad. A production-ready template designed for seamless deployment on Cloudflare Pages.

📖 See the [Remix docs](https://remix.run/docs) and the [Remix Vite docs](https://remix.run/docs/en/main/future/vite) for details on supported features.

## Setups

- Cloudflare Pages (D1, KV)
- User Authentication (remix-auth + remix-auth-google)
- Tailwind
- Drizzle
- Zod
- ESLint with flat config
- Vite
- Typescript

## Typegen

Generate types for your Cloudflare bindings in `wrangler.toml`:

```sh
npm run typegen
```

You will need to rerun typegen whenever you make changes to `wrangler.toml`.

## Development

Run the Vite dev server:

```sh
npm run dev
```

To run Wrangler:

```sh
npm run build
npm run start
```

## Deployment

> [!WARNING]
> Cloudflare does _not_ use `wrangler.toml` to configure deployment bindings.
> You **MUST** [configure deployment bindings manually in the Cloudflare dashboard][bindings].

First, build your app for production:

```sh
npm run build
```

Then, deploy your app to Cloudflare Pages:

```sh
npm run deploy
```

[bindings]: https://developers.cloudflare.com/pages/functions/bindings/