ecommerce-template/apps/remix-template
2025-07-10 21:49:38 +08:00
..
app feat: refresh product page 2025-07-10 14:47:08 +08:00
public chore: rename to template 2025-06-19 16:51:10 +08:00
.env.example docs: add readme in packages/auth and add .env.example in each repo 2025-07-08 21:39:27 +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: update types/react to next version 2025-07-10 21:49:38 +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 feat: remix integration 2025-07-10 14:47:06 +08:00
vite.config.ts feat: remix integration 2025-07-10 14:47:06 +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!