ecrosstexas / ecrosstexas-11ty-starter

A starter repo for projects using Eleventy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The ecrosstexas-11ty-starter

A starter repository showing how to build a website with the Eleventy, Tailwind CSS, and Alpine.js.

Inspirations

Features

Getting Started

1. Clone this repository

git clone https://github.com/ecrosstexas/ecrosstexas-11ty-starter.git my-website-name

2. Navigate to the directory

cd my-website-name

3. Install the dependencies

npm install

4. Update the dependencies

npm update

5. Build the project to generate the first CSS

This step is only required the very first time.

npm run build

6. Run Eleventy

npm run start

Author

Eric Wallace

License

MIT

See LICENSE for more information.

About

A starter repo for projects using Eleventy

License:MIT License


Languages

Language:HTML 85.6%Language:JavaScript 14.2%Language:CSS 0.2%