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

https://github.com/ali-hussein-dev/table-example


https://github.com/ali-hussein-dev/table-example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Responsive Website Starter

First, install dependencies:

```bash
npm i
# or
yarn install
```

Second, run development server:

```bash
npm run dev
# or
yarn dev
```