Demo: https://ess-eleventy-starter.netlify.app
Eleventy Starter is a project scaffold for quickly starting a site with:
These builders are amazing—try them out to get your own Eleventy site in a few clicks!
# 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
# 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's Redirects API can provide friendlier URLs as proxies to these URLs.
My heartfelt thanks to these people, whom I shamelessly copied code and ideas from: