An open API service indexing awesome lists of open source software.

https://github.com/racky7/customer-portal


https://github.com/racky7/customer-portal

Last synced: about 1 month ago
JSON representation

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
```