/samples-test

Primary LanguageJavaScriptMIT LicenseMIT

Ignite UI Help samples

Running the samples locally

  1. Install all dependencies:

    npm install
    
  2. Build the samples specifying what version to build and the source folder for it as arguments:

    npm run build -- --version 17.1 --ignite-ui http://localhost/ig_ui17.1
    
  3. The built samples will be located under the ./dist folder.