rodrigoescandon / eleventy-tailwindcss-alpinejs-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eleventy-tailwindcss-alpinejs-starter

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

Getting Started

1. Clone this Repository

git clone https://github.com/gregwolanski/eleventy-tailwindcss-alpinejs-starter.git my-website-name

2. Navigate to the directory

cd my-website-name

3. Install dependencies

npm install

4. Build the project to generate the first CSS

This step is only required the very first time.

npm run build

5. Run Eleventy

npm run start

Author

Greg Wolanski

License

MIT

See LICENSE for more information.

About

License:MIT License


Languages

Language:JavaScript 52.4%Language:HTML 44.0%Language:CSS 3.5%