/card-test

A test card component in 11ty

Primary LanguageCSS

CL Task

Create a card component and populate a page with cards, consuming a mock API to populate the content.

Getting started

To preview the solution locally follow these steps:

  • clone the repo git clone https://github.com/dalecreativ/card-test.git
  • install dependencies npm install
  • run the site locally npm run start
  • visit the page with a card http://localhost:8080/page

Deployment