Basic boilerplate code for a blog built with GatsbyJS, ReactJS, and TailwindCSS.
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