/my-gatsby-starter

A friendly opinionated start to developing sites with Gatsby

Primary LanguageCSSMIT LicenseMIT

Netlify Status

🚀 How?

git clone https://github.com/mdmartinez/my-gatsby-starter.git
cd my-gatsby-starter
npm i
npm start
open http://localhost:8000

🧐 Structure

.
├── src
  ├── assets
    ├── images
    └── styles
  ├── components
  ├── hooks
  ├── images
  ├── assets
├── static
├── .eslintrc.js
├── .gitignore
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package.json
├── postcss.config.js
├── tailwind.config.js
└── README.md