Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laszlokorte/table-scroller
https://github.com/laszlokorte/table-scroller
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/laszlokorte/table-scroller
- Owner: laszlokorte
- Created: 2019-11-30T12:03:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:00:09.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T23:06:26.471Z (7 months ago)
- Language: TypeScript
- Size: 1.29 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Table
Virutal table Scroller
## Prerequisites
In order to work with this project you need to have NodeJS and the Yarn package manager installed.
## Usage
1. First run
```sh
$ yarn install
```to install javascript dependencies.
2. then in order to start the development web server run
```sh
$ yarn dev
```3. Then open [http://localhost:1234](http://localhost:1234)