https://github.com/spirosikmd/hello-next
https://github.com/spirosikmd/hello-next
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spirosikmd/hello-next
- Owner: spirosikmd
- Created: 2019-12-28T12:35:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:22:43.000Z (over 2 years ago)
- Last Synced: 2025-01-13T04:27:41.135Z (4 months ago)
- Language: TypeScript
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-next
Run `yarn` to install the dependencies.
Download [local by flywheel](https://localbyflywheel.com/). Install it and crate a new wordpress site.
Download the [wp-graphql](https://docs.wpgraphql.com/getting-started/install-and-activate/), install, and activate it in the wordpress site you created.
You should now have a working `http://.local/graphql` endpoint. Copy the example env file `cp .env.example .env` and use the graphql endpoint as value for the `GRAPHQL_URL` variable.
Download, install, and activate the [woocommerce](https://woocommerce.com/my-dashboard/) plugin in the site. You'll need to login first, either with your wordpress account or another option.
Download, install, and activate the [woocommerce graphql](https://github.com/wp-graphql/wp-graphql-woocommerce) plugin.