зеркало из https://github.com/telerik/kendo-react.git
7ace1b8918
Bumps the kendo-dependencies group in /examples/coffee-warehouse-nextjs with 1 update: [@progress/kendo-common](https://github.com/telerik/kendo-common). Updates `@progress/kendo-common` from 1.0.1 to 1.0.2 - [Commits](https://github.com/telerik/kendo-common/commits) --- updated-dependencies: - dependency-name: "@progress/kendo-common" dependency-type: indirect update-type: version-update:semver-patch dependency-group: kendo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
app | ||
public | ||
.eslintrc.json | ||
.gitignore | ||
LICENSE | ||
README.md | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
This is a Next.js project bootstrapped with create-next-app
and is deployed to Vercel. You can check the deployment by visiting the link below:
The following KendoReact components are used in the sample application:
Prerequisites
- Node.js 18.17 or later.
- macOS, Windows (including WSL), and Linux are supported.
Installation
Run npm install
Available Scripts
In the project directory, you can run:
npm run dev
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
npm run build
Build the application for production usage.
npm start
Start a Next.js production server.
npm run lint
Check for linting errors.
Learn More
You can learn more about Next.js in their documentation.
To learn React, check out the React documentation.