Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pictogrammers/element-hello-world
@pictogrammers/element Hello World
https://github.com/pictogrammers/element-hello-world
Last synced: 7 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T03:50:04.000Z (9 months ago)
- Last Synced: 2024-11-08T19:30:48.955Z (2 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
```