Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 567 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 567 Bytes

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