Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balick/tailus-ui-react-store
Ecommerce block examples including built with Tailus UI React
https://github.com/balick/tailus-ui-react-store
javascript next-themes nextjs nextjs14 radix-ui react reactjs tailus tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Ecommerce block examples including built with Tailus UI React
- Host: GitHub
- URL: https://github.com/balick/tailus-ui-react-store
- Owner: Balick
- Created: 2024-08-02T11:35:56.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-03T11:10:12.000Z (6 months ago)
- Last Synced: 2024-08-04T11:57:55.736Z (6 months ago)
- Topics: javascript, next-themes, nextjs, nextjs14, radix-ui, react, reactjs, tailus, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://tailus-ui-react-store.vercel.app
- Size: 775 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📋 Table of Contents
1. 🤖 [Introduction](#introduction)
2. ⚙️ [Tech Stack](#tech-stack)
3. 🤸 [Quick Start](#quick-start)This e-commerce template is perfect for an online store. It's easy to customize and offers a seamless shopping
experience for users. You can easily add your own products, customize colors and images, and highlight key features of
your online store. With Tailus UI components, you can create a professional, visually appealing e-commerce site that
stands out from the crowd.- React JS
- Nextjs
- Tailwind CSS
- TypeScriptFollow these steps to set up the project locally on your machine.
**Prerequisites**
Make sure you have the following installed on your machine:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/) (Node Package Manager)**Cloning the Repository**
```bash
git clone https://github.com/Balick/tailus-ui-react-store
cd tailus-ui-react-store
```**Installation**
Install the project dependencies using npm:
```bash
npm install
```**Running the Project**
```bash
npm run dev
```Open [http://localhost:5173](http://localhost:3000) in your browser to view the project.