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 developThis will serve the static site from localhost:8000