Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```