ReactJs + DevExtreme + Vite Template

This is the repository template for creating new examples.

  • Framework
    • ReactJs - DevExtreme
  • Build Tool
    • Vite4

Quick Start

  • Clone the repo: https://github.com/MarkDat/Devextreme-ReactJs-Vite-Template.git

Installation

$ npm install

or

$ yarn install

Basic usage

# dev server with hot reload at http://localhost:3000
$ npm start 

or

# dev server with hot reload at http://localhost:3000
$ yarn start

Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.

Build

Run build to build the project. The build artifacts will be stored in the dist/ directory.

# build for production with minification
$ npm run build

or

# build for production with minification
$ yarn build