Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/troggy/static-cms-eleventy-netlify-template


https://github.com/troggy/static-cms-eleventy-netlify-template

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Eleventy Starter

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

### Technologies used:

- [Static CMS](https://staticjscms.netlify.app/)
- [Eleventy](https://www.11ty.dev/)
- [Alpine.js](https://github.com/alpinejs/alpine)
- [Tailwind CSS](https://tailwindcss.com/)

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
```