https://github.com/pictogrammers/element-hello-world
@pictogrammers/element Hello World
https://github.com/pictogrammers/element-hello-world
Last synced: 4 months ago
JSON representation
@pictogrammers/element Hello World
- Host: GitHub
- URL: https://github.com/pictogrammers/element-hello-world
- Owner: Pictogrammers
- License: mit
- Created: 2022-04-23T02:07:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T03:50:04.000Z (about 1 year ago)
- Last Synced: 2025-01-01T22:27:32.534Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello World - @pictogrammers/element
An example application for [`@pictogrammers/element`](https://github.com/Pictogrammers/Element/).
```bash
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.
```bash
npm test
```## Building
Building for the `/dist` folder can be done via the build command.
```bash
npm run build
```