Remix Starter screenshot

Remix Starter

Author Avatar Theme by Partykit
Updated: 26 Aug 2024
82 Stars

PartyKit ⤫ Remix

Overview:

PartyKit Remix is a starter template for Remix and PartyKit, designed to help developers create projects based on this template with Remix CLI. It is a beta release, so some rough edges may be encountered. Developers can provide feedback or report issues at https://github.com/partykit/remix-starter.

Features:

  • Integration with Remix and PartyKit
  • Development server for Remix
  • PartyKit server for testing
  • Easy deployment process
  • Optional PartyKit account creation during deployment

Installation:

To install PartyKit Remix, follow these steps:

  1. Clone the repository or download the template.
  2. Open the terminal and navigate to the template’s directory.
  3. Run the following command to start both the Remix development server and the PartyKit server:
$ npm start
  1. Once the servers are running, open http://127.0.0.1:1999 in your browser to access the application.

For production builds, follow the steps below:

  1. Stop the development server.
  2. Run the following commands:
$ npm run build
$ npm run start-prod
  1. Refresh the same URL in your browser to access the production build.

During the deployment process, if you do not have a PartyKit account, you will be prompted to create one.

Summary:

PartyKit Remix is a starter template for Remix and PartyKit, providing developers with an easy way to create projects using Remix CLI. It offers integration with Remix and PartyKit, development and testing servers, and a simple deployment process. The template is currently in beta, and feedback can be provided at the GitHub repository.