A basic docker container stack to quickly start projects with vue, vite and tailwind on the front and wordpress rest API on the back.
Steps to setup:
Create docker network
docker network create wp_vue
Create container via docker-compose
docker-compose up -d
Setup wordpress by visiting
http://localhost:8080/wp-admin/install.php
Front end is available on http://localhost:3000
A list of wp rest API routes are available on http://localhost:8080/?rest_route=/