https://github.com/nickytonline/webc-fun
A project built on stream with Zach Leatherman to learn about WebC
https://github.com/nickytonline/webc-fun
11ty webc webcomponents
Last synced: about 2 months ago
JSON representation
A project built on stream with Zach Leatherman to learn about WebC
- Host: GitHub
- URL: https://github.com/nickytonline/webc-fun
- Owner: nickytonline
- License: mit
- Created: 2022-10-12T18:46:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T19:13:21.000Z (over 3 years ago)
- Last Synced: 2025-02-07T15:45:38.973Z (over 1 year ago)
- Topics: 11ty, webc, webcomponents
- Language: JavaScript
- Homepage: https://webc-is-neat.netlify.app
- Size: 509 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadME.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/webc-is-neat/deploys)
# WebC fun!
A fun stream learning all about WebC with Zach Leatherman!
## Installation
- Run `npm install`
## Run the project
- Run `npm start` to get the project up and running.
- Visit http://localhost:8080
## Run the project using the Netlify CLI
- Install the Netlify CLI, if you haven't already, https://docs.netlify.com/cli/get-started
- Run `ntl dev` to get the project up and running.
- Visit http://localhost:8080
## Resources
- [Eleventy](https://github.com/11ty/eleventy)
- [WebC](https://github.com/11ty/webc)
- [MDN - Web Components](https://developer.mozilla.org/en-US/docs/Web/Web_Components)