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.
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
-
Prepare JavaScript demos for launch:
npm run prepare-js
-
Run the launch script:
npm run launch-demo
-
Use the built-in CLI to choose the category, the demo that you want to launch, and the technology.
-
Navigate to http://localhost:3000/.
-
Prepare JavaScript demos for development:
npm run prepare-js
-
Run the following script to add a new demo:
npm run add-demo
-
Use the built-in CLI to choose or enter the category, the demo name, and the technology for the new demo.
-
Open the
repository.config.json
file and set thehg
property to a path where your clone of themobile
repository is located, for example:{ "hg": "/home/user/my-repos/mobile" }
-
Prepare ASP.NET demos for launch and development:
npm run prepare-mvc
-
Open the ASP.NET or ASP.NET Core project in Visual Studio and add or edit demos there.