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 attributemessage
.
This project uses JEST. All tests files follow the *.spec.ts
pattern.
npm test
Building for the /dist
folder can be done via the build command.
npm run build