https://github.com/shreyabhatt28/inventory-table
https://github.com/shreyabhatt28/inventory-table
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shreyabhatt28/inventory-table
- Owner: shreyabhatt28
- Created: 2025-01-25T19:25:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T15:01:35.000Z (4 months ago)
- Last Synced: 2025-02-06T12:19:55.882Z (4 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Table - React + Vite 🤩
Welcome! This is a fast and efficient React app setup using Vite, designed to manage and display inventory data 🌟
---
## Getting Started 🛠️
### 1. Clone the repo
Clone the repository to your local machine:
```bash
git clone https://github.com/shreyabhatt28/inventory-table.git
```
### 1. Install Dependencies 📥```bash
cd inventory-table
npm install
```### 1. Start the server 🚀
```bash
npm run dev
```