Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 384 Bytes

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 -- --ignite-version 17.1 --ignite-ui http://localhost/ig_ui17.1
    
  3. The built samples will be located under the ./dist folder.