Skip to content

Commit 9ec85d9

Browse files
committed
docs(readme): add usage and readme
1 parent 56baedd commit 9ec85d9

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Welcome to vite-react-query-gridjs-app 👋
2+
![Version](https://img.shields.io/badge/version-0.0.1-blue.svg?cacheSeconds=2592000)
3+
[![Twitter: jellydn](https://img.shields.io/twitter/follow/jellydn.svg?style=social)](https://twitter.com/jellydn)
4+
5+
> Fetch data with react-query and show on grid table with gridjs
6+
7+
### 🏠 [Homepage](https://react-query-gridjs-app.vercel.app/)
8+
9+
### [Demo](https://react-query-gridjs-app.vercel.app/)
10+
11+
## Install
12+
13+
```sh
14+
yarn install
15+
```
16+
17+
## Usage
18+
19+
```sh
20+
yarn dev
21+
```
22+
23+
## Author
24+
25+
* Website: https://productsway.com/
26+
* Twitter: [@jellydn](https://twitter.com/jellydn)
27+
* Github: [@jellydn](https://github.com/jellydn)
28+
29+
## Show your support
30+
31+
Give a ⭐️ if this project helped you!
32+
33+
34+
***
35+
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-react-query-gridjs-app",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"scripts": {
55
"dev": "vite",
66
"build": "tsc && vite build"
@@ -19,4 +19,4 @@
1919
"vite": "^1.0.0-rc.13",
2020
"vite-plugin-react": "^4.0.0"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)