Building a Frontend With React
Learn how to build a frontend for Webiny Headless CMS using React.
Install and Deploy Webiny
Skip this step if you already have Webiny installed and deployed. Be sure to check out the prerequisites for installing Webiny on your local machine.
Then, create a new Webiny project by running the following command. If you get stuck or for more details, please see our documentation.
Create a new React site
Run the following command to create a React application bootstrapped with Facebook's Create React App tool.
Add and Configure React Apollo
Add Apollo Client and follow the instructions in the docs to configure it to connect to Webiny's GraphQL API using the API URL and your API Token.