ecommerce-template/apps/remix-template
2025-06-20 17:43:56 +08:00
..
app chore: update import from package/ui 2025-06-20 17:43:56 +08:00
public chore: rename to template 2025-06-19 16:51:10 +08:00
.gitignore chore: rename to template 2025-06-19 16:51:10 +08:00
components.json chore: add shadcn integration for remix 2025-06-19 22:45:11 +08:00
eslint.config.js chore: rename to template 2025-06-19 16:51:10 +08:00
package.json chore: rename to template 2025-06-19 16:51:10 +08:00
postcss.config.mjs chore: add shadcn integration for remix 2025-06-19 22:45:11 +08:00
README.md chore: rename to template 2025-06-19 16:51:10 +08:00
tailwind.config.ts chore: add taiwind config for shadcn remix 2025-06-20 10:39:08 +08:00
tsconfig.json chore: extend web/remix tsconfig to use package/remix.json 2025-06-20 17:42:42 +08:00
vite.config.ts chore: rename to template 2025-06-19 16:51:10 +08:00

Remix

This directory is a brief example of a Remix site that can be deployed to Vercel with zero configuration.

To get started, run the Remix cli with this template

npx create-remix@latest --template vercel/vercel/examples/remix

Deploy Your Own

Deploy with Vercel

Live Example: https://remix-run-template.vercel.app

You can also deploy using the Vercel CLI:

npm i -g vercel
vercel

Development

To run your Remix app locally, make sure your project's local dependencies are installed:

npm install

Afterwards, start the Remix development server like so:

npm run dev

Open up http://localhost:5173 and you should be ready to go!