git clone https://github.com/BenDMyers/ReactJSDallas_Beginners_Guide_to_Eleventy.git
cd ReactJSDallas_Beginners_Guide_to_Eleventy
npm install
npm run dev
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!
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