An open API service indexing awesome lists of open source software.

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

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
```