Skip to content

Commit 9cca7ec

Browse files
docs: update readme
1 parent 27af068 commit 9cca7ec

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

examples/coffee-warehouse-nextjs/README.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
11
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
22

3-
Prerequisites
3+
## The following KendoReact components are used in the sample application:
4+
5+
- [Data Grid](https://www.telerik.com/kendo-react-ui/components/grid/)
6+
7+
- [Chart](https://www.telerik.com/kendo-react-ui/components/chart/)
8+
9+
- [Loader](https://www.telerik.com/kendo-react-ui/components/indicators/loader/)
10+
11+
- [Skeleton](https://www.telerik.com/kendo-react-ui/components/indicators/skeleton/)
12+
13+
- [DropDownList](https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdownlist/)
14+
15+
- [Drawer](https://www.telerik.com/kendo-react-ui/components/layout/drawer/)
16+
17+
- [DateRangePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/daterangepicker/)
18+
19+
20+
## Prerequisites
421

522
- Node.js [18.17](https://nodejs.org/en) or later.
623
- macOS, Windows (including WSL), and Linux are supported.
724

8-
Available Scripts
25+
## Installation
26+
27+
Run `npm install`
28+
29+
## Available Scripts
930
In the project directory, you can run:
1031

1132
### `npm run dev`
@@ -19,4 +40,10 @@ Build the application for production usage.
1940
Start a Next.js production server.
2041

2142
### `npm run lint`
22-
Check for linting errors.
43+
Check for linting errors.
44+
45+
## Learn More
46+
47+
You can learn more about Next.js in their [documentation](https://nextjs.org/).
48+
49+
To learn React, check out the [React documentation](https://reactjs.org/).

0 commit comments

Comments
 (0)