Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frontainer/default-greyhounds
https://github.com/frontainer/default-greyhounds
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/frontainer/default-greyhounds
- Owner: frontainer
- Created: 2016-08-21T08:26:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T15:51:15.000Z (over 8 years ago)
- Last Synced: 2025-01-18T01:35:21.694Z (19 days ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# default-greyhounds
greyhounds default template
Please read "greyhounds" README.md
[greyhounds](https://github.com/frontainer/greyhounds)
## Required
[Node.js](https://nodejs.org/en/)
## Usage
Install greyhounds cli.
```
npm install greyhounds -g
```Create project
```
ghs my_app --preset default
```## 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.