https://github.com/ali-hussein-dev/table-example
https://github.com/ali-hussein-dev/table-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ali-hussein-dev/table-example
- Owner: Ali-Hussein-dev
- Created: 2022-08-22T19:45:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T13:58:00.000Z (over 3 years ago)
- Last Synced: 2025-02-02T01:11:22.931Z (over 1 year ago)
- Language: TypeScript
- Homepage: table-example.vercel.app
- Size: 530 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```