Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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