Skip to content

faizbyp/eleventest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eleventest

Trying 11ty static-site generator

Init Project

Install 11ty

# Create package.json
npm init -y
# Installing 11ty
npm install @11ty/eleventy --save-dev

Install Bootstrap 5

npm install bootstrap@5.2.3 --save

Create index.html for template and .gitignore file

Development

# Auto rebuild after changes
npx @11ty/eleventy --serve
# or
npm start

Releases

No releases published

Languages