Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.06 KB

eleventy with api test repo

This code is taken and adapted from the Learn JAMstack in 3.5 Hours course by Phil Hawksworth. If you'd like to learn something interesting, please have a look at: Learn JAMstack in 3.5 Hours

example 4: building with data from an api

Local development

To work on this example locally, you can clone the repository and start editing, although there are a few pre-requisites:

# clone the repo
git clone https://github.com/spereverde/eleventy-with-api

# move into the working directory and install dependencies
cd eleventy-with-api
npm install

# build and start the local development server
npm start

# just run the build
npm run build