A starter repo for using Eleventy integrated with Web Components Compiler (WCC) using eleventy-plugin-wcc.
- You can either
git clone
or usedegit
to get the contents of this repo.# git $ git clone git@github.com:thescientist13/eleventy-starter-wcc.git # degit npx degit thescientist13/eleventy-starter-wcc
- After that,
cd
into the project and runnpm ci
.
Here are the commands you can run to build and develop your site.
To build the site for deployment, run npm run build
.
To build the site for development and live reloading, run npm start
.