Skip to content

ashleemboyer/egghead-accessible-nextjs-blog-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubbly white text on a mountain landscape with a sunrise off of the right side of the frame. The text reads 'This course is currently a work in progress.'

Photo by Colton Duke on Unplash.

Build an Accessible Blog with Next.js and Semantic HTML

Learn about semantic HTML and why it's important for building accessible web applications. After you've completed the course, you'll:

  • know where to find accessibility docs and how to read them
  • have a project you can use to publish your own accessible blog site
  • ...

Prerequisites

Setup

First, fork this repository.

# Clone the starter code
git clone https://github.com/<your-username>/egghead-accessible-nextjs-blog-course.git accessible-nextjs-blog

# Change directories into the project folder
cd accessible-nextjs-blog

# Install the project's dependencies
yarn

Running the App

To run the app, run:

yarn dev

Then, open your browser and go to http://localhost:3000. The page should look like the following screenshot:

TODO: insert final screenshot

About

This repository will hold the course example for the upcoming Build an Accessible Blog with Next.js and Semantic HTML course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published