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

https://github.com/casoon/eleventy-vite-starter


https://github.com/casoon/eleventy-vite-starter

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Eleventy Template
This is a sample Eleventy starter template for building fully static site using 11ty.

## Features

- Eleventy 2
- Vite
- Sass
- Bootstrap
- Alpine.js

### Install Dependencies
`npm install` or `yarn install`

#### Preview Mode
`npm run dev` or `yarn dev`

#### Live or Production Mode
`npm run build` or `yarn build`