Run npm run dev
or npm start
to start the development server.
-
npm install
: Installs dependencies -
npm run dev
: Run a development -
npm run dev
: Starts the dev server -
npm run preview
: Run a production-like server -
npm run build:prod
: Production-ready build for the web components (to be published on npm) -
npm run build:harness
: Production-ready build for the harness (to be deployed on azure) -
npm run lint
: Pass TypeScript files using ESLint -
npm run playwright:setup
: Install playwright browsers for e2e tests -
npm run playwright
: Run playwright tests -
npm run playwright:ui
: Run playwright tests with UI