Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Vertical stacked panels with Accordion

Prerequisites

  • Node.js version 6.x or higher, NPM 3.x or higher.
  • Build for production mode requires Java installed because we use Java-based Google Closure Compiler.

Install

npm install

Start application

Development mode:

npm start

Production mode (with minified code, AOT and Tree Shaking):

npm run start:prod

Running application is available at http://localhost:3000/. It runs in the watch mode.

Distribution

Distributed application can be found in the dist folder after running

npm run build

or

npm run build:prod