Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thescientist13/eleventy-starter-wcc
A starter repo for using Eleventy integrated with Web Components Compiler (WCC)
https://github.com/thescientist13/eleventy-starter-wcc
Last synced: 9 days ago
JSON representation
A starter repo for using Eleventy integrated with Web Components Compiler (WCC)
- Host: GitHub
- URL: https://github.com/thescientist13/eleventy-starter-wcc
- Owner: thescientist13
- Created: 2022-06-21T00:48:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T01:58:44.000Z (over 2 years ago)
- Last Synced: 2024-10-07T23:20:12.534Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://ornate-youtiao-5e4f7c.netlify.app
- Size: 165 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eleventy-starter-wcc
A starter repo for using Eleventy integrated with Web Components Compiler (WCC) using [**eleventy-plugin-wcc**](https://github.com/ProjectEvergreen/eleventy-plugin-wcc).
## Usage
1. You can either `git clone` or use [`degit`](https://www.npmjs.com/package/degit) to get the contents of this repo.
```sh
# git
$ git clone [email protected]:thescientist13/eleventy-starter-wcc.git
# degit
npx degit thescientist13/eleventy-starter-wcc
```
1. After that, `cd` into the project and run `npm ci`.## Commands
Here are the commands you can run to build and develop your site.
### Build
To build the site for deployment, run `npm run build`.
### Serve
To build the site for development and live reloading, run `npm start`.