Skip to content

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

Notifications You must be signed in to change notification settings

BenDMyers/ReactJSDallas_Beginners_Guide_to_Eleventy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks