Skip to content

spereverde/eleventy-with-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published