1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61# Neat Starter
Starter Template for **N**etlify CMS, **E**leventy, **A**lpine JS & **T**ailwind CSS
## Live Demo
[https://neat-starter.netlify.app/](https://neat-starter.netlify.app/)
### Technologies used:
- [Netlify CMS](https://www.netlifycms.org/)
- [Eleventy](https://www.11ty.dev/)
- [Alpine.js](https://github.com/alpinejs/alpine)
- [Tailwind CSS](https://tailwindcss.com/)
|  |
| ------------------------------------------------------------------------------------------------------------- |
<a href="https://app.netlify.com/start/deploy?repository=https://github.com/surjithctly/neat-starter&stack=cms"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify" /></a>
## Getting Started
Detailed instructions are available in my blog. [Check it out](https://blog.surjithctly.in/neat-stack-create-a-static-website-with-netlify-cms-eleventy-alpinejs-and-tailwindcss)
### 1\. Clone this Repository
```
git clone https://github.com/surjithctly/neat-starter.git
```
### 2\. Navigate to the directory
```
cd neat-starter
```
### 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
Surjith S M ( [@surjithctly](https://surjithctly.in/) )