https://github.com/ryan-haskell/pug-wp
Simple express site built with Pug, powered by headless Wordpress
https://github.com/ryan-haskell/pug-wp
docker express pug wordpress
Last synced: 9 months ago
JSON representation
Simple express site built with Pug, powered by headless Wordpress
- Host: GitHub
- URL: https://github.com/ryan-haskell/pug-wp
- Owner: ryan-haskell
- Created: 2017-09-21T13:45:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T04:20:31.000Z (about 8 years ago)
- Last Synced: 2025-03-19T17:49:00.239Z (9 months ago)
- Topics: docker, express, pug, wordpress
- Language: JavaScript
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pug WP
> Simple express site built with Pug, powered by headless Wordpress.
### Local Development
1. Install [Docker](https://store.docker.com/search?type=edition&offering=community)
1. `docker-compose up`
### Doing things
1. Go to `http://localhost:8080/wp-admin` for the Wordpress backend
- Username: `admin`
- Password: `password`
1. Go to `http://localhost:3000` for the web frontend