Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 335 Bytes

File metadata and controls

24 lines (16 loc) · 335 Bytes

NzTabsetError

Installing dependencies

pnpm install

Build application for production

pnpm run build:production

Run the built application using simple http-server

cd dist/nz-tabset-error/browser
npx http-server

Open application

Navigate to http://localhost:8080