Remix Cloudflare Demo screenshot

Remix Cloudflare Demo

Author Avatar Theme by Jacob ebey
Updated: 5 Dec 2021
204 Stars

A demo of Remix running on Cloudflare workers.

Categories

Overview

The Remix Worker Template is a starter template based on Remix 0.20.1, designed for creating customer dashboards. It provides an easy setup process for deployment to Cloudflare Workers.

Features

  • Remix 0.20.1 framework
  • Customer Dashboard functionality
  • Easy setup and deployment process

Installation

To install the Remix Worker Template, follow these steps:

  1. Click on the “Deploy” button on the UI.
  2. Follow the setup instructions to configure the CF_API_TOKEN and CF_ACCOUNT_ID.
  3. Provide the REMIX_TOKEN as a repository secret for the deploy action to work properly.
  4. Start your app in development mode using the following command:
npm run dev
  1. Preview your app with the following command:
npm run preview
  1. Once everything works as expected, deploy the worker with Wrangler using the following command:
npm run deploy

Summary

The Remix Worker Template is a versatile starter template for creating customer dashboards. It offers easy setup and deployment options, making it convenient for developers to start building their apps quickly and efficiently.