An example application for @pictogrammers/element.
npm install
npm startGoals: Create an app using TypeScript and Web Components.
hello-app- Container for your application.hello-world- Example component that takes an attributemessage.
This project uses JEST. All tests files follow the *.spec.ts pattern.
npm testBuilding for the /dist folder can be done via the build command.
npm run build