Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 659 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 659 Bytes

eleventy-mix 🎈

A eleventy and Laravel Mix template including a basic Bootstrap setup.

Netlify Status

Live Demo https://11ty-mix.netlify.app/

Usage

npm install 
# or
yarn install

Then you can:

# Start dev and run website on http://localhost:8080
npm run dev
# or
yarn run dev

# Build production website inside `static/dist`
npm run build 
# or
yarn run build