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

https://github.com/caseywebb/web-component-starter


https://github.com/caseywebb/web-component-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

> This is a starter template for creating a Custom Element using the Web Components API.

## Getting Started

Environment is managed via [nix][]–alternatively you can install [Node.js][] and run `npm install` manually.

Once the development environment is set up, you can run the following commands:

```sh
# Start the development server
$ npm run dev

# Run the tests
$ npm test

# Build the project (for publishing to npm)
$ npm run build
```

[nix]: https://nixos.org/download.html
[Node.js]: https://nodejs.org/en/download/