Skip to content

StaticJsCMS/static-cms-eleventy-netlify-template

Repository files navigation

Eleventy Starter

Starter Template for Static CMS, Eleventy, Alpine JS & Tailwind CSS

Technologies used:

Deploy to Netlify

1. Clone this Repository

git clone https://github.com/StaticJsCMS/static-cms-eleventy-netlify-template.git

2. Navigate to the directory

cd static-cms-eleventy-netlify-template

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