My blog built using Gatsby and TailwindCSS with Gatsby Starter Tailwind. Also based on Build a Blog with React and Markdown using Gatsby Tutorial.
"Tailwind is a utility-first CSS framework for rapidly building custom user interfaces." –Tailwind
"Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps." -Gatsby
Install Gatsby CLI:
npm i --global gatsby-cliUpdate stylesheet from Tailwind config and run the project in development mode:
npm run developnpm run analyze- See what ESLint and Prettier can fixnpm run fix- Run Prettier and ESLint with the--fixoption
Use npm run build to build your site for production.
Deployed on netlify at https://axelclark.netlify.com/.