# devextreme-demos **Repository Path**: ghost511/devextreme-demos ## Basic Information - **Project Name**: devextreme-demos - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 20_2 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-13 - **Last Updated**: 2021-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DevExtreme Demos This repository contains technical DevExtreme demos for Angular, React, Vue, jQuery, ASP.NET MVC, and ASP.NET Core. To run the demos on your machine, clone this repository, run `npm install`, and follow the instructions below. ## Prepare Demos for Development The following script prepares demos in all technologies for development. If you run it, you can skip step 1 in the other instructions and start at step 2. ``` npm run prepare-all ``` ## JavaScript Demos ### Launch 1. Prepare JavaScript demos for launch: ``` npm run prepare-js ``` 1. Run the launch script: ``` npm run launch-demo ``` 1. Use the built-in CLI to choose the category, the demo that you want to launch, and the technology. 1. Navigate to http://localhost:3000/. ### Development 1. Prepare JavaScript demos for development: ``` npm run prepare-js ``` 1. Run the following script to add a new demo: ``` npm run add-demo ``` 1. Use the built-in CLI to choose or enter the category, the demo name, and the technology for the new demo. ## ASP.NET Demos 1. Open the `repository.config.json` file and set the `hg` property to a path where your clone of the `mobile` repository is located, for example: ```` { "hg": "/home/user/my-repos/mobile" } ```` 1. Prepare ASP.NET demos for launch and development: ``` npm run prepare-mvc ``` 1. Open the ASP.NET or ASP.NET Core project in Visual Studio and add or edit demos there. ## See Also - [Technical demos online](https://js.devexpress.com/Demos/) - [Examples on GitHub](https://github.com/DevExpress/DevExtreme-examples)