wasmer-examples/remix-wasmer-starter
Public
wasmer run wasmer-examples/remix-wasmer-starter

This is a Remix project bootstrapped with create-remix-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

You can also run the Remix starter easily using Wasmer (check out the install guide):

wasmer run wasmer-examples/remix-wasmer-starter --net -- --port 3000

[!TIP] You can also run wasmer run . --net -- --port 3000 in the root of this repo, after running npm run build

Open http://localhost:3000 with your browser to see the result.

Deploy on Wasmer Edge

The easiest way to deploy your Remix.run app is to use the Wasmer Edge.

Live example: https://remix-wasmer-starter.wasmer.app/

First, you'll need to run npm run build, and then, to deploy to Wasmer Edge:

wasmer deploy

Remix in Wasmer starter package


Github
More packages
Remix in Wasmer starter package
Package for wasmer axum starter
Docusaurus Wasmer starter package
Astro.dev Wasmer starter package
Wasmer Hugo starter package
Wasmer Gatsby starter package
Mkdocs Wasmer starter package
Svelte Wasmer starter package
Flask Wasmer starter package
CDN Wasmer starter package