Overview:
WordPress ExpressUPDATE is a project that has been split into separate repositories. It involves WordExpress Server, a GraphQL server connecting to WordPress database, and provides HTTP endpoint for GraphQL queries. Additionally, there are starter kits available for Vue and React to help in front-end development.
Features:
- GraphQL Server: Built using Apollo Server, it connects to WordPress database.
- WordExpress Schema: Provides GraphQL types and queries for querying the database.
- Starter Kits: Available for Vue and React for front-end development.
Installation:
To install WordPress ExpressUPDATE, follow these steps:
- Start with installing WordExpress Server by following the instructions on the wordexpress.io website.
- Choose the appropriate starter kit for front-end development - Vue or React.
- Set up the starter kit by running the necessary commands in your project directory.
For setting up WordExpress Server using Apollo Server:
npm install apollo-server
For installing the Vue starter kit:
npm install -g @vue/cli
vue create my-vue-project
For installing the React starter kit:
npx create-react-app my-react-app
cd my-react-app
npm start
Summary:
WordPress ExpressUPDATE is a project that offers a GraphQL server, WordExpress Schema, and starter kits for Vue and React. By setting up WordExpress Server and choosing a suitable starter kit, developers can efficiently work with WordPress data and build front-end interfaces.