https://github.com/smoglica/wp-template
A basic WordPress theme template
https://github.com/smoglica/wp-template
wordpress wp-theme
Last synced: about 1 month ago
JSON representation
A basic WordPress theme template
- Host: GitHub
- URL: https://github.com/smoglica/wp-template
- Owner: smoglica
- Created: 2018-11-05T19:17:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:01:01.000Z (almost 3 years ago)
- Last Synced: 2025-10-10T12:06:50.730Z (9 months ago)
- Topics: wordpress, wp-theme
- Language: PHP
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WP Template
## Quick start for development using Docker
```bash
npm run docker:serve
# Will install npm and composer dependencies before running the dev server
npm run docker:serve -- install
```
## NPM scripts
### Compiles and hot-reloads for development
```bash
npm run serve
```
### Compiles and minifies for production
```bash
npm run build
```
### Compiles for development by using webpack + Browsersync
```bash
npm start
```