https://github.com/caseywebb/web-component-starter
https://github.com/caseywebb/web-component-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/caseywebb/web-component-starter
- Owner: caseyWebb
- Created: 2024-09-18T04:27:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T06:48:37.000Z (8 months ago)
- Last Synced: 2024-10-18T07:12:33.341Z (7 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/