Skip to content

Starter code for a blog built with GatsbyJS, ReactJS, and TailwindCSS.

License

Notifications You must be signed in to change notification settings

notbackstreet/gatsby-react-tailwind-starter

Repository files navigation

Example GatsbyJS-ReactJS-TailwindCSS Blog Boilerplate

Basic boilerplate code for a blog built with GatsbyJS, ReactJS, and TailwindCSS.

Tech Stack

GatsbyJS

ReactJS

TailwindCSS

Development Set Up

  • Install dependencies
npm install
  • Install gatsby cli
npm install -g gatsby-cli
  • Start development server
gatsby develop

This will serve the static site from localhost:8000