Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frontainer/wp-greyhounds


https://github.com/frontainer/wp-greyhounds

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# wp-greyhounds

greyhounds wordpress template

Please read "greyhounds" README.md

[greyhounds](https://github.com/frontainer/greyhounds)

## Required

[Node.js](https://nodejs.org/en/)
[Docker for Mac](https://docs.docker.com/docker-for-mac/) or [Docker for Windows](https://docs.docker.com/docker-for-windows/)

## Usage

Install greyhounds cli.

```
npm install greyhounds -g
```

Create project

```
ghs my_app --preset wp
```

## Command

- `npm run build`: Build all files.
- `npm run watch`: Setup web server, Watch all files update.
- `npm start`: `npm run watch`'s alias.
- `npm test`: Execute unit testing
- `npm production`: Generate files for production use.