/ReactJSDallas_Beginners_Guide_to_Eleventy

Homepage for the ReactJS Dallas meetup's cats and dogs, created to introduce folks to the Eleventy static site generator!

Primary LanguageCSS

ReactJS Dallas: The Beginner's Guide to Eleventy

Setup and Running the Project

git clone https://github.com/BenDMyers/ReactJSDallas_Beginners_Guide_to_Eleventy.git
cd ReactJSDallas_Beginners_Guide_to_Eleventy
npm install
npm run dev

Who am I?

What is Eleventy?

Eleventy is a static site generator that allows you to use powerful templating languages to build websites.

This is going to feel pretty different from web apps you might have built before, and that's okay!

The Plan

Today, we're making a site to show off your excellent pets!

  • Solicit pets.
  • Initialize an Eleventy project
  • Create a template and add a layout
  • Create more templates
  • Add some data
  • Global data
  • Host on Netlify