https://github.com/racky7/customer-portal
https://github.com/racky7/customer-portal
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/racky7/customer-portal
- Owner: racky7
- Created: 2024-08-11T12:40:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T01:27:54.000Z (9 months ago)
- Last Synced: 2025-01-29T10:30:00.555Z (3 months ago)
- Language: TypeScript
- Homepage: https://customer-portal-x.vercel.app
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customer Portal
A React application rendering a list of 1,000 customers.
## Demo
https://customer-portal-x.vercel.app
## Run Locally
Clone the project
```bash
git clone https://github.com/racky7/customer-portal
```Go to the project directory
```bash
cd customer-portal
```Install dependencies
```bash
npm install
```Start the development server
```bash
npm run dev
```