Starter Template for Netlify CMS, Eleventy, Alpine JS & Tailwind CSS https://neat-starter.netlify.app/
Go to file Use this template
Surjith S M f66420420e
Merge pull request #25 from wiredacorn/compare
fix browsersync issue
2022-06-20 22:05:53 +05:30
.github Create FUNDING.yml 2020-09-26 19:29:21 +05:30
src Fix Alpine.js click away issue 2022-01-24 17:47:11 +05:30
.eleventy.js fix error with yaml.safeLoad 2022-01-11 17:48:46 +01:00
.eleventyignore initial commit 2020-09-21 11:49:58 +05:30
.gitignore update gitignore 2022-01-24 19:49:04 +05:30
LICENSE initial commit 2020-09-21 11:49:58 +05:30
README.md Update README.md 2021-06-04 23:04:38 -07:00
netlify.toml added blog & netlify.toml 2020-09-29 20:52:07 +05:30
package.json fix browsersync issue 2022-06-17 02:31:16 -06:00
postcss.config.js change to tailwindcli 2022-01-24 19:45:12 +05:30
tailwind.config.js update tailwind.config 2022-01-11 17:49:40 +01:00

README.md

Neat Starter

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

Live Demo

https://neat-starter.netlify.app/

Technologies used:

image

Deploy to Netlify

Getting Started

Detailed instructions are available in my blog. Check it out

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 )