All Projects → eastslopestudio → Eleventy Starter

eastslopestudio / Eleventy Starter

Licence: mit
An 11ty starter project.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Eleventy Starter

Seed Quickstart Webpack
Template for web apps with Seed (Rust framework), TailwindCSS and Webpack.
Stars: ✭ 73 (-24.74%)
Mutual labels:  webpack, tailwindcss
Todolist Frontend Vuejs
Front-end application for Todolist Web application built with Laravel and Vue.js
Stars: ✭ 120 (+23.71%)
Mutual labels:  webpack, tailwindcss
Lichter.io
My own website and CV
Stars: ✭ 105 (+8.25%)
Mutual labels:  webpack, tailwindcss
Sage
WordPress starter theme with a modern development workflow
Stars: ✭ 11,531 (+11787.63%)
Mutual labels:  webpack, tailwindcss
Shopify Theme Lab
Shopify theme development environment using Liquid, Vue and Tailwind CSS 🧪
Stars: ✭ 250 (+157.73%)
Mutual labels:  webpack, tailwindcss
React Webpack 5 Tailwind 2
React 17 Boilerplate with Webpack 5, Tailwind 2, using babel, SASS/PostCSS, HMR, dotenv and an optimized production build
Stars: ✭ 155 (+59.79%)
Mutual labels:  webpack, tailwindcss
Wp Tailwind
A WordPress starter theme that utilizes Tailwind + PurgeCSS.
Stars: ✭ 135 (+39.18%)
Mutual labels:  webpack, tailwindcss
Kickoff tailwind
A rapid Rails 6 application template for personal use bundled with Tailwind CSS
Stars: ✭ 287 (+195.88%)
Mutual labels:  webpack, tailwindcss
Docker Django Example
A production ready example Django app that's using Docker and Docker Compose.
Stars: ✭ 86 (-11.34%)
Mutual labels:  webpack, tailwindcss
Webpack Conditional Loader
C conditionals directive for JavaScript
Stars: ✭ 93 (-4.12%)
Mutual labels:  webpack
Chrome Extension Webpack Boilerplate
A basic foundation boilerplate for rich Chrome Extensions using Webpack to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes.
Stars: ✭ 1,320 (+1260.82%)
Mutual labels:  webpack
Adoptoposs
Finding co-maintainers for your open source software project.
Stars: ✭ 93 (-4.12%)
Mutual labels:  tailwindcss
Npm Pipeline Rails
Use npm as part of your Rails asset pipeline
Stars: ✭ 93 (-4.12%)
Mutual labels:  webpack
Jetpack
🚀 Jetpack – Webpack made more convenient.
Stars: ✭ 1,326 (+1267.01%)
Mutual labels:  webpack
Cypress Webpack Preprocessor
Cypress preprocessor for bundling JavaScript via webpack
Stars: ✭ 93 (-4.12%)
Mutual labels:  webpack
React From Scratch
Building a Modern React App from Scratch in 2021
Stars: ✭ 87 (-10.31%)
Mutual labels:  webpack
Xyy Vue
🎨基于vue+vue-router+vuex+axios+webpack开发的个人Demo《Qu约》
Stars: ✭ 1,316 (+1256.7%)
Mutual labels:  webpack
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1253.61%)
Mutual labels:  webpack
Vuerecipe
A recipe for using Buffalo & Vue.js
Stars: ✭ 95 (-2.06%)
Mutual labels:  webpack
Nodefony Starter
Nodefony Starter Node.js Framework
Stars: ✭ 95 (-2.06%)
Mutual labels:  webpack

Eleventy Starter

Netlify Status

Demo: https://ess-eleventy-starter.netlify.app

Eleventy Starter is a project scaffold for quickly starting a site with:

  • Eleventy for templates and site generation.
  • Webpack for straightforward JS asset bundling.
  • Alpine JS A rugged, minimal framework for composing JavaScript behavior in your markup.
  • Tailwindcss for a utility first CSS workflow.
  • PurgeCSS for optimizing css output.
  • Netlify CLI for Netlify dev pipeline and local replication of the prod environment.

Deploy this to your own site

These builders are amazing—try them out to get your own Eleventy site in a few clicks!


Prerequisites

Running locally

# Create your project
npx degit "eastslopestudio/eleventy-starter" my-app && cd my-app

# install the project dependencies
npm install

# run the build and server locally
npm run start

# run the production build
npm run build

Netlify Dev

# Install the Netlify CLI globally
npm install -g netlify-cli
netlify dev

Serverless functions are located in src/functions

A serverless functions pipeline is included via Netlify Dev. By running netlify dev you'll be able to execute any of your serverless functions directly like this:

  • /.netlify/functions/hello

Redirects and proxies

Netlify's Redirects API can provide friendlier URLs as proxies to these URLs.

  • /api/hello

Credits

My heartfelt thanks to these people, whom I shamelessly copied code and ideas from:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].