Skip to content

Pictogrammers/Element-Hello-World

Repository files navigation

Hello World - @pictogrammers/element

An example application for @pictogrammers/element.

npm install
npm start

Goals: Create an app using TypeScript and Web Components.

  • hello-app - Container for your application.
  • hello-world - Example component that takes an attribute message.

Testing

This project uses JEST. All tests files follow the *.spec.ts pattern.

npm test

Building

Building for the /dist folder can be done via the build command.

npm run build