Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.13 KB

Remix Boilerplate

🧪 Test

This is a template for Remix

npx create-remix@latest --template valbeat/remix-boilerplate

Learn more about Remix Stacks.

What's in the stack

Not a fan of bits of the stack? Fork it, change it, and use npx create-remix --template your/repo! Make it your own.

Preview

Open this example on CodeSandbox:

Open in CodeSandbox

Development

First run this stack's remix.init script.

npx remix init

Run the Vite dev server:

pnpm run dev