Gatsby front end UI using data from Wordpress backend. Created from the default Gatsby starter and gatsby-source-wordpress.
For an overview of the project structure please refer to the Gatsby documentation - Building with Components.
For an overview of gatsby-source-wordpress refer to gatsby-source-wordpress on GitHub.
Make sure that you have the Gatsby CLI program installed:
npm install --global gatsby-cliAnd run from your CLI:
npm installThen you can run it by:
cd gatsby-wordpress-ui
gatsby developChange the Wordpress URL in gatsby-config.js any new Wordpress install local or hosted.