Gatsby + Tailwind + Framer Motion powered boilerplate
https://gatsby-tailwind-motion.netlify.com
-
Clone the repo
git clone https://github.com/samuelgoddard/gatsby-tailwind-motion
-
Start developing.
Navigate into your new siteโs directory and install the local dependencies.
yarn
Start developing locally (with gatsby-cli).
cd gatsby-tailwind-motion/ gatsby develop
-
Open the source code and start editing!
Your site is now running at
http://localhost:8000
!Note: You'll also see a second link:
http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.