Skip to content

rodrigoescandon/eleventy-tailwindcss-alpinejs-starter

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.5%
  • HTML 44.0%
  • CSS 3.5%