Skip to content

roman-simionov/devextreme-demos

 
 

Repository files navigation

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
    
  2. Run the launch script:

    npm run launch-demo
    
  3. Use the built-in CLI to choose the category, the demo that you want to launch, and the technology.

  4. Navigate to http://localhost:3000/.

Development

  1. Prepare JavaScript demos for development:

    npm run prepare-js:dev
    
  2. Run the following script to add a new demo:

    npm run add-demo
    
  3. 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. Prepare ASP.NET demos for launch and development:

    npm run prepare-mvc
    npm run prepare-netcore
    
  2. Open the ASP.NET or ASP.NET Core project in Visual Studio and add or edit demos there.

See Also

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.6%
  • HTML 15.9%
  • TypeScript 13.2%
  • C# 12.3%
  • Vue 2.9%
  • CSS 2.1%