Skip to content

Ray1413/e-shop

Repository files navigation

🛍️ E-shop project

A demo project built using React.js, React Router v7 (Remix.js) and SQLite..

React Router Features

  • 🚀 Server-side rendering
  • ⚡️ Hot Module Replacement (HMR)
  • 📦 Asset bundling and optimization
  • 🔄 Data loading and mutations
  • 🔒 TypeScript by default
  • 🎉 TailwindCSS for styling
  • 📖 React Router docs

Screenshots

Screenshot 1

Screenshot 1

Screenshot 2

Screenshot 2

Getting Started

Installation

Install the dependencies:

pnpm install

or

npm install

Generate Prisma Client

Prisma Docs

pnpm db:generate

or

npm run db:generate

Development

Start the development server with HMR:

pnpm dev

or

npm run dev

The application will be available at http://localhost:5173.

Building for Production

Create a production build:

pnpm build

or

npm run build

Built with ❤️ using React Router.

About

A demo E-shop project built using React.js, React Router v7(Remix.js) and SQLite.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages