https://github.com/frontainer/wp-greyhounds
https://github.com/frontainer/wp-greyhounds
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/frontainer/wp-greyhounds
- Owner: frontainer
- Created: 2016-08-21T08:26:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T11:48:14.000Z (over 9 years ago)
- Last Synced: 2025-03-20T00:41:23.998Z (about 1 year ago)
- Language: JavaScript
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.