Headless Wordpress | Frontity *

BUILD: cd spiffy-frontity && npx frontity dev
STOP: stop the dev server process that we ran previously with CONTROL+C.

NOTES

https://wordpress.org/plugins/simple-cache/
https://www.advancedcustomfields.com/pro/
https://wordpress.org/plugins/custom-post-type-ui/
https://wordpress.org/plugins/amazon-web-services/
https://wordpress.org/plugins/amazon-s3-and-cloudfront/
https://github.com/DrewDahlman/wp-headless
ECommerce – https://docs.cocart.xyz/#filters

FRONTITY

Final Frontity – https://codesandbox.io/p/devbox/github/frontity-demos/tutorial-hello-frontity
https://docs.frontity.org/architecture
https://docs.frontity.org/getting-started/quick-start-guide
https://test.frontity.org/
https://github.com/frontity/frontity#why-a-different-nodejs-server
Make LINK work better: https://docs.frontity.org/api-reference-1/frontity-components#link
Documentation
The Frontity documentation is distributed across three separate sites:

docs.frontity.org is the generic documentation. As well as theoretical information, such as Frontity Architecture and Core Concepts, you can find many practical guides here.
api.frontity.org is the API reference. This is where you can find detailed technical descriptions for the CLI, and for the packages and plugins available in Frontity Framework.
tutorial.frontity.org is the introductory step-by-step guide. It’s designed to provide you with a deep and solid understanding of web development using Frontity.

More learning resources, such as videos and example projects, can be found in the Learn Frontity page. πŸ“š

JAVASCRIPT
https://docs.frontity.org/guides/javascript-basics

REACT
https://docs.frontity.org/guides/react-basic

Scroll to Top