This is a basic react app where user can see all post fetched from the wordpress headless CMS. Using a jwt plugin admin can log in an from dashboard add new posts.
- Download the code.
- Install dependencies using npm install.
- Install a local wordpress server or use an already running one.
- Replace the base url in 'axios.js' with your site url.
- Install 'JWT Authentication for WP-API' in your wordpress install and make changes in .htaccess and wp-config files as instructed.
- RUn with npm start.


